It's possible to use google drive REST API and Android API in the same project?
I have a project that was build using the google drive android API, but i want to share a file uploaded to my cloud, and I read in another question here that this is just possible using the REST API. So I ask you, there is a way to work with the both API's in the same project? thanks seanpj Yes, it is possible. Just looking at the this ' Lifecycle of a Drive file ', you can imagine your app on top of that picture (Android App) and the REST Api on the bottom (Drive Service). There is a few points to keep in mind, though: 1/ The GDAA's main identifier, the DriveId lives in GDAA (GooPlaySvcs)