Skip to content

Commit

Permalink
make it more clear
Browse files Browse the repository at this point in the history
which options to use
  • Loading branch information
mifi committed Jan 10, 2025
1 parent 3ef4c4e commit 8ca6f68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/sources/companion-plugins/google-drive-picker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/companion-plugins/google-photos-picker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8ca6f68

Please sign in to comment.