0

I am working on Google Drive integration in my Android application. I'm able to get the "shared link" for the selected Google Drive file, but that shared link does not have permission to be viewed by all Google accounts. I want to change the permission to public so that anyone can view it.

I am using the new Google Drive API, which is a part of Google Play Services. I am using code from the following link: https://github.com/googledrive/android-demos

not_a_bot
  • 2,332
  • 2
  • 19
  • 33
hcp
  • 279
  • 1
  • 5
  • 13
  • Have you already checked out https://developers.google.com/drive/web/manage-sharing? I think you should be able to do it by setting `type` to "anyone" and `role` to "reader". – not_a_bot May 28 '15 at 18:29
  • 1
    possible duplicate of [How to change permission of folder or file created in Google Drive using Google Drive Android API?](http://stackoverflow.com/questions/30389302/how-to-change-permission-of-folder-or-file-created-in-google-drive-using-google) – Daniel Jun 02 '15 at 00:43
  • Currently you would need to use the Google Drive Web API to update permissions. – Arthur Thompson Jun 02 '15 at 05:31

0 Answers0