Skip to content

Commit

Permalink
Redirect uri fixes (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi authored Jan 15, 2024
1 parent 9145dc9 commit fc7f579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sources/companion-plugins/google-drive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Create a project for your app if you don’t have one yet.
The app page has a `"Redirect URIs"` field. Here, add:

```
https://$YOUR_COMPANION_HOST_NAME/box/redirect
https://$YOUR_COMPANION_HOST_NAME/drive/redirect
```

If you are using Transloadit hosted Companion:
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/companion-plugins/instagram.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Create a project for your app if you don’t have one yet.
The app page has a `"Redirect URIs"` field. Here, add:

```
https://$YOUR_COMPANION_HOST_NAME/box/redirect
https://$YOUR_COMPANION_HOST_NAME/instagram/redirect
```

If you are using Transloadit hosted Companion:
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/companion-plugins/onedrive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Create a project for your app if you don’t have one yet.
The app page has a `"Redirect URIs"` field. Here, add:

```
https://$YOUR_COMPANION_HOST_NAME/box/redirect
https://$YOUR_COMPANION_HOST_NAME/onedrive/redirect
```

If you are using Transloadit hosted Companion:
Expand Down

0 comments on commit fc7f579

Please sign in to comment.