I'm able to successfully add my images to google drive, using the API provided by Google Drive.
Can I now retrieve it back to my App? If yes, Can anyone help with how to do that?
I'm able to successfully add my images to google drive, using the API provided by Google Drive.
Can I now retrieve it back to my App? If yes, Can anyone help with how to do that?
Copyright © 2021 Jogjafile Inc.
Use this to retrieve files from the Google Drive API
https://www.googleapis.com/drive/v3/files/[FILEID]?key=[YOUR_API_KEY]'If you want the entirety of code required to retrieve a file, here it is: