I am working on Google drive application. The application needs to read the contents of publically shared file in someone Google drive.
How can i do this?
Is there any api to acheive this?
|
I am working on Google drive application. The application needs to read the contents of publically shared file in someone Google drive. How can i do this? Is there any api to acheive this? |
|||
|
|
|
When using the Google Drive API, after setting the ACL of the file to be public you can directly access the file using the This is a feil metadata example: https://developers.google.com/drive/v2/reference/files#resource This is how to get the file metadata using common client libraries: https://developers.google.com/drive/v2/reference/files/get |
|||||
|
|
While webContentLink does provide link to download or view the content in a browser, it appears to me that it still requires authentication or that the user is already logged in to view the file, even if it is shared as "public" I hope the plan is to make this work as described above, that public files can be viewed without any authentication whatsoever. |
|||
|
|