Using Google drive to store apps data in structured format- similar to dropbox datastore API
dropbox-api, google-drive-api, javascript
Solution
You can use the Drive Realtime API to store structured data that is automatically kept up to date.
Or, depending on your use can, the app data folder can be used to store configuration information that shouldn't be accessible to the user.
Problem
I am working on an app and want to store user's data in user's google-Drive. After looking at dropbox datastore api I would like to use something similar to store structured data as dropbox does. Is it possible to do with Google drive or its better to use Dropbox api in this case.