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