How to sync edited files on DropBox or Google Driv

2019-07-30 19:06发布

问题:

I am working on an app which is a Document Based application ios 11 swift 4.

I am able to create new files on DropBox or Google Drive with the help of importHandler callback in delegate method of UIDocumentBrowserViewControllerDelegate.

I am able to edit those documents and save them in local Shared directory of DropBox or Google Drive. But files doesn't synced with respective cloud consoles.

This works fine with iCloud.

Doesn't understand whats the issue with DropBox or Google Drive syncing process.

Please help me to find solution.