Skip to content

Commit 33fa30f

Browse files
diwakerguptabradfitz
authored andcommitted
oauth2/internal: Add api.dropboxapi.com to broken providers.
This is actually the recommended endpoint per the API docs: https://www.dropbox.com/developers/documentation/http/documentation Change-Id: I320189c94f727d10a75c4fde4768cef30c28030f Reviewed-on: https://go-review.googlesource.com/21143 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 2897dca commit 33fa30f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/token.go

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ func (e *expirationTime) UnmarshalJSON(b []byte) error {
9292
var brokenAuthHeaderProviders = []string{
9393
"https://accounts.google.com/",
9494
"https://api.dropbox.com/",
95+
"https://api.dropboxapi.com/",
9596
"https://api.instagram.com/",
9697
"https://api.netatmo.net/",
9798
"https://api.odnoklassniki.ru/",

0 commit comments

Comments
 (0)