2
0

📝 Add google sheets callback URL instruction

Closes #286
This commit is contained in:
Baptiste Arnaud
2023-02-02 14:38:06 +01:00
parent 2c57eba994
commit 4a9f2b1b02
2 changed files with 10 additions and 6 deletions

View File

@ -53,10 +53,14 @@ Used for Google Fonts (Optional):
https://console.developers.google.com/apis/credentials https://console.developers.google.com/apis/credentials
The "Authorized redirect URIs" used when creating the credentials must include your full domain and end in the callback path. For example, The "Authorized redirect URIs" used when creating the credentials must include your full domain and end in the callback path:
- For production: https://{YOUR_DOMAIN}/api/auth/callback/google - For production:
- For development: http://localhost:3000/api/auth/callback/google - https://{YOUR_DOMAIN}/api/auth/callback/google
- https://{YOUR_DOMAIN}/api/credentials/google-sheets/callback
- For development:
- http://localhost:3000/api/auth/callback/google
- http://localhost:3000/api/credentials/google-sheets/callback
## GitHub (Auth) ## GitHub (Auth)

View File

@ -41,10 +41,10 @@ Used when executing a Google Sheets block. Make sure to set the required scopes
https://console.developers.google.com/apis/credentials https://console.developers.google.com/apis/credentials
The "Authorized redirect URIs" used when creating the credentials must include your full domain and end in the callback path. For example, The "Authorized redirect URIs" used when creating the credentials must include your full domain and end in the callback path:
- For production: https://{YOUR_DOMAIN}/api/auth/callback/google - For production: https://{YOUR_DOMAIN}/api/credentials/google-sheets/callback
- For development: http://localhost:3000/api/auth/callback/google - For development: http://localhost:3000/api/credentials/google-sheets/callback
## S3 Storage (File upload input) ## S3 Storage (File upload input)