I tried to read the csv file inside Google Drive through the link. But it’s accessible or impossible. If it return the requestCode, it will also return ‘200’, but in most cases it will return ‘403’. I thought about it for a few days, but I don’t know why I can’t approach it. Access to the link through the browser
Tag: google-drive-api
Return all files within a folder using Google Drive Java API
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.
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