Skip to content
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

docs(sources/companion-plugins/google-drive): adds information on required app scopes. #222

Merged
merged 4 commits into from
Apr 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/sources/companion-plugins/google-drive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ Create a project for your app if you don’t have one yet.
- On the project’s dashboard,
[enable the Google Drive API](https://developers.google.com/drive/api/v3/enable-drive-api).
- [Set up OAuth authorization](https://developers.google.com/drive/api/v3/about-auth).
- Under scopes, add the `https://www.googleapis.com/auth/drive.readonly` Drive
API scope.
- Due to this being a sensitive scope, your app must complete Google’s OAuth
app verification before being granted access. See
[OAuth App Verification Help Center](https://support.google.com/cloud/answer/13463073)
for more information.

The app page has a `"Redirect URIs"` field. Here, add:

Expand Down
Loading