-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Drive Permissions/Scope Update #4793
Comments
from google drive:
Google Picker API: https://developers.google.com/drive/picker/guides/overview I tried changing the scope in companion and logging out and in again:
and i receive this: however after logging in the when commenting out these lines here and returning then it works! but i only see a single file from my drive (a drive which with ![]() so the way I understand it from google's wording is that the |
@mifi Hi! I apologies for the inconvenience and possibly stupid questions. I'm setting up a new google drive file upload app and I'm interested in the following points before submitting for review. Which items should I select for the following questions:
I guess the last one. How will the scopes be used? - I assume that this permission is needed to authorize the user and upload files from their google drive to the server. Demo video: how will the scopes be used? - I have the biggest problem with this point. Could you please share some example of such a video or do you know people who have undergone such a test to consult on a sample video. |
We picked Drive productivity
You would have to describe what you are going to do with those files in your app.
|
@Murderlon thank you for your reply! I really appreciate it. |
Yes we used to be verified but we have to go through it again |
Initial checklist
Problem
The current permission needed for Google Drive has been further restricted by Google and they suggest not using the
https://www.googleapis.com/auth/drive.readonly
scope so that access is more fine grained. For most people and our company included, this means you're likely denied access to the permission or you may have to go through for CASA Tier 2 compliance in order to use the readonly scope, which may be a deterrent if it's only for Google Drive imports.Solution
Replace the
https://www.googleapis.com/auth/drive.readonly
scope with Google's suggested replacementhttps://www.googleapis.com/auth/drive.file
for a more fine grained approach and enhances user privacy.Alternatives
Request that you need the readonly permission and roll the dice with Google that they accept
The text was updated successfully, but these errors were encountered: