Accessing the data folder of the Google Drive app Cross-platform app

I have an application to which I would like to add cloud sync for application data files.

The desktop version of the application is written in Java and runs on Windows, OSX and Linux. mobile version - application for Android. To further complicate matters, the Android app is available in two versions, free and paid, with different package names.

The Google Drive API allows you to store and manipulate files in your app's data folder. Is it possible for all of the above versions of the app to have the same app directory? What exactly is an "application"?

If the Android app is deleted, will the app folder be deleted?

+3


source to share


1 answer


The floppy app is different from Android and desktop / web apps. They can all use the same drive application. The drive is an entry in the developer console. Just use the same developer console app ID and credentials across all of your options.



+1


source







All Articles