View files stored in the app folder

413 Views Asked by At

I've started using the Google Drive Android API in my app and have managed to get it to create files and save them to the app folder.

Is there any way I would be able to view these files in Google Drive, so I can check their contents (to check for bugs)?

1

There are 1 best solutions below

0
On BEST ANSWER

No, per the App Folder documentation:

The App Folder is a special folder that is only accessible by your application. Its content is hidden from the user and from other apps

You can, of course, add a debugging mode/UI to display the files within your own app.