I am working on a requirement where we need to support the docs in offline mode, I am planning to integrate the Google Drive iOS SDK and I would like to know weather its possible to get Offline access of google drive using the SDK approach
1
votes
Thanks for the reply,
- Vivek Srivastav
But the steps which you described its a Google drive iOS app feature, my question is should I use the same functionality into my standalone iPad app using Google drive iOS sdk ? Is Google exposed go offline feature in Google drive iOS sdk or I need to write my own business logic
- Vivek Srivastav
1 Answers
1
votes
Google Drive "offline" is available only for files Every file you edited or created while offline will sync back with the online version of Drive when the network connection is reestablished (click on Switch to Docs online or load an entirely new Google Drive page with a refresh).
Steps to make a file offline:
Go to your drive and select a file in a folder/individual file.
Click on "i" (information) which is next to edit, navigates to Details.
You will see an option "Keep me on device". Turn it on.
This file becomes offline available.
Check this link for more information.