Is there any way to download publically shared file from Google Drive using REST API in Android? the official documentation page here says to do
GET https://www.googleapis.com/drive/v3/files/0B9jNhSvVjoIVM3dKcGRKRmVIOVU?alt=media
Authorization: Bearer <ACCESS_TOKEN>
Where actually can I get the ACCESS_TOKEN? I authenticated my account by following the quick start guide here and generated credentials.xml
file
I want to download a shared file in my app, which i think would not require user authentication, if there is any way to do this without asking user for sign-in using GoogleSingInOption.Builder
let me know by answering this question
i have checked similar questions like this, but they all show solution for downloading or uploading files from users personal drive space by authenticating user