I have gone through Google Drive API Documentation and tried Official Google Drive Demos from Github as well. I couldn't find directly download file from Google Drive to Android Local Storage. There are so many threads on StackOverflow and I tried some but no success yet. Can someone point me to right direction? Tutorial link or even StackOverflow thread which works?
- As per my needs Google Drive Android API doesn't provide Download and Upload atleast that's not in documentation https://developers.google.com/drive/android/intro Documentation shows reading from input stream and writing to it.
- So I decided to use Google Drive REST API. which clearly states downloading and uploading methods or endpoints.
- Now the issue is Rest documentation not showing how to authenticate on android and use that authentication to make requests to REST API.