diff --git a/docs/sources/companion-plugins/google-drive-picker.mdx b/docs/sources/companion-plugins/google-drive-picker.mdx index e830318b4..049e94d41 100644 --- a/docs/sources/companion-plugins/google-drive-picker.mdx +++ b/docs/sources/companion-plugins/google-drive-picker.mdx @@ -81,9 +81,9 @@ Create a project for your app if you don’t have one yet. - On the project’s dashboard, enable the [Google Picker API](https://console.cloud.google.com/apis/library/picker.googleapis.com) (for Google Drive). -- Create an API key. Restrict your API key to the Google Picker API for safety. +- Create an API key. Restrict your API key to the Google Picker API for safety. This will be your `apiKey` in Uppy. - Create an OAuth 2.0 Client ID of type Web application with the correct - Authorized JavaScript origins. + Authorized JavaScript origins. This will be your `clientId` in Uppy. ### Use in Uppy diff --git a/docs/sources/companion-plugins/google-photos-picker.mdx b/docs/sources/companion-plugins/google-photos-picker.mdx index 31b5b4ffb..8f1b73a8a 100644 --- a/docs/sources/companion-plugins/google-photos-picker.mdx +++ b/docs/sources/companion-plugins/google-photos-picker.mdx @@ -81,7 +81,7 @@ Create a project for your app if you don’t have one yet. - On the project’s dashboard, enable the [Google Photos Picker API](https://console.cloud.google.com/apis/library/photospicker.googleapis.com). - Create an OAuth 2.0 Client ID of type Web application with the correct - Authorized JavaScript origins. + Authorized JavaScript origins. This will be your `clientId` in Uppy. ### Use in Uppy