In previous version of Android Drive Api there was a changes feed to get only changed files. Something like that: Changes.List request = mService.changes().list().setStartChangeId(changeId);
But in the new API (based on play services) I can't find this functionality. Please tell me if I can use it. I'm porting to new API because I wan't to remove additional libraries for Drive Api to work.
The Drive Android API doesn't currently support the Changes methods from the REST API. If you need this functionality, you will need to continue using the Java Client Library for the REST API.
If you would like this functionality added to the Android API, please file a feature request describing your use case on our issue tracker to help us prioritize future development.