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
Why?