Google Drive Android API Change Notifications Not Working
I am using Google Drive Android API sample and in that sample i am able to create file and folder in Drive but if i want to monitor change events for a file which is cretaed by thi
Solution 1:
Changes from the web are not instantaneously reflected on the device. You will get notified when the device finds out about the change.
You can speed up that process by calling requestSync.
Post a Comment for "Google Drive Android API Change Notifications Not Working"