Android API for Google Drive - sharing files in application folder?

I want to create an application that safely stores files with the user, and the application folder in the Google Drive API seems ideal for this. But I also want people using the application to be able to share application files (and stay in sync) with each other.

So my question is: is it possible to distribute any data located in the hidden "Applications" folder on Google Drive?

+7
android google-drive-android-api
source share
1 answer

For anyone interested in a solution:

I did not find the ability to sync shared files with google android api. (besides the file collector) In case you want to do this, you need to use the API to control the google application. A slight advantage for this solution. I think that the java rest API is much more suitable for this kind of work anyway. The code is becoming more readable.

0
source share

All Articles