From b7ddccc514f7997ae85dd76ce3ff878b5f153490 Mon Sep 17 00:00:00 2001 From: Matthew Hartstonge Date: Wed, 17 Apr 2024 00:54:26 +1200 Subject: [PATCH] docs(sources/companion-plugins/google-drive): adds information on required app scopes. (#222) Co-authored-by: Antoine du Hamel --- docs/sources/companion-plugins/google-drive.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/sources/companion-plugins/google-drive.mdx b/docs/sources/companion-plugins/google-drive.mdx index 78786c6f1..a73d06a06 100644 --- a/docs/sources/companion-plugins/google-drive.mdx +++ b/docs/sources/companion-plugins/google-drive.mdx @@ -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: