From f10620ff2ba66115adaf20cb232ad56dad4ef8ba Mon Sep 17 00:00:00 2001 From: Matthew Hartstonge Date: Thu, 11 Apr 2024 17:02:57 +1200 Subject: [PATCH 1/4] docs(sources/companion-plugins/google-drive): adds information on required app scopes. --- docs/sources/companion-plugins/google-drive.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/companion-plugins/google-drive.mdx b/docs/sources/companion-plugins/google-drive.mdx index 78786c6f1..5073a68c8 100644 --- a/docs/sources/companion-plugins/google-drive.mdx +++ b/docs/sources/companion-plugins/google-drive.mdx @@ -94,6 +94,7 @@ 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. The app page has a `"Redirect URIs"` field. Here, add: From 817af0afcd304e21b6c6546beed626a3decb2d66 Mon Sep 17 00:00:00 2001 From: Matthew Hartstonge Date: Thu, 11 Apr 2024 17:22:15 +1200 Subject: [PATCH 2/4] docs(sources/companion-plugins/google-drive): adds information on google verification. --- docs/sources/companion-plugins/google-drive.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sources/companion-plugins/google-drive.mdx b/docs/sources/companion-plugins/google-drive.mdx index 5073a68c8..b27b1544a 100644 --- a/docs/sources/companion-plugins/google-drive.mdx +++ b/docs/sources/companion-plugins/google-drive.mdx @@ -95,6 +95,7 @@ Create a project for your app if you don’t have one yet. [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 Google will ask you to verify your app which can take up to 8 weeks. The app page has a `"Redirect URIs"` field. Here, add: From 6f90a0e58282ec16135f045e306d4d81f9da006b Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 16 Apr 2024 14:43:43 +0200 Subject: [PATCH 3/4] Update docs/sources/companion-plugins/google-drive.mdx --- docs/sources/companion-plugins/google-drive.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/sources/companion-plugins/google-drive.mdx b/docs/sources/companion-plugins/google-drive.mdx index b27b1544a..36d140191 100644 --- a/docs/sources/companion-plugins/google-drive.mdx +++ b/docs/sources/companion-plugins/google-drive.mdx @@ -94,8 +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 Google will ask you to verify your app which can take up to 8 weeks. + - 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: From 06e35f3d4befdaa3b6af204c7ec95c4583598dac Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 16 Apr 2024 14:46:20 +0200 Subject: [PATCH 4/4] Update docs/sources/companion-plugins/google-drive.mdx --- docs/sources/companion-plugins/google-drive.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/companion-plugins/google-drive.mdx b/docs/sources/companion-plugins/google-drive.mdx index 36d140191..a73d06a06 100644 --- a/docs/sources/companion-plugins/google-drive.mdx +++ b/docs/sources/companion-plugins/google-drive.mdx @@ -96,7 +96,7 @@ Create a project for your app if you don’t have one yet. - [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 + - 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.