I added 3 dependencies to the project
compile 'com.google.api-client:google-api-client:1.22.0' compile 'com.google.oauth-client:google-oauth-client-jetty:1.22.0' compile 'com.google.apis:google-api-services-drive:v3-rev59-1.22.0'
However, the Drive.Files class does not have the insert() method https://zapodaj.net/b19acf76dccdb.png.html https://zapodaj.net/4e6df99cee1bf.png.html
Drive.Files
insert()
Why?
In v3 the appropriate method is create(), not insert()
1.4m articles
1.4m replys
5 comments
57.0k users