You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config-examples/dropbox.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,21 @@ Please note:
6
6
7
7
* Dropbox does not provide a OIDC discovery endpoint, so `serviceConfiguration` is used instead.
8
8
* Dropbox OAuth requires a [client secret](#note-about-client-secrets).
9
-
* Dropbox OAuth does not allow non-https redirect URLs, so you'll need to use a [Universal Link on iOS](https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html) or write a HTTPS endpoint.
10
-
* Dropbox OAuth does not provide refresh tokens or a revoke endpoint.
9
+
* Dropbox access tokens are short lived and will expire after a short period of time. To update your access token a separate call needs to be made to [/oauth2/token](https://www.dropbox.com/developers/documentation/http/documentation#oauth2-token) to obtain a new access token.
0 commit comments