I’m able to retrieve all the files inside of my root folder using this code: However I would like to return only the files inside the “test” folder under root, but this fails: with this error: Any idea what I’m doing wrong? Answer You missed the quotes around test. And test cannot be the folder name, but the folder id.
Advertisement
Tag: google-drive-api
How do I read Google Sheet content via Android’s Drive API?
I’m currently working on an app where the user can pick a Google Sheet file (.xlxs) from their Google Drive. My app will then extract and work with certain content of that Sheet. I’m using the Google Drive API made for Android and I utilize the example classes from Google Drive Android Demos So far, I’ve implemented a Drive file
Advertisement