Google Drive Android API Change Notifications not working

前端 未结 1 1620
孤街浪徒
孤街浪徒 2020-12-12 02:37

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

相关标签:
1条回答
  • 2020-12-12 03:27

    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.

    0 讨论(0)
提交回复
热议问题