Skip to content

Commit f720f1f

Browse files
hoyesbradfitz
authored andcommitted
Correct box.com API domain, which still doesn't support Authorization header
Box.com OAuth authorization fails stating "invalid client credentials". Correct API domain is "api.box.com" (source: https://developer.box.com/reference#token) Change-Id: Icecd02017c44140c85186fcc3cd673cd1e24ecf0 GitHub-Last-Rev: b568688 GitHub-Pull-Request: #313 Reviewed-on: https://go-review.googlesource.com/129537 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 3d292e4 commit f720f1f

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
@@ -103,6 +103,7 @@ var brokenAuthHeaderProviders = []string{
103103
"https://api.twitch.tv/",
104104
"https://id.twitch.tv/",
105105
"https://app.box.com/",
106+
"https://api.box.com/",
106107
"https://connect.stripe.com/",
107108
"https://login.mailchimp.com/",
108109
"https://login.microsoftonline.com/",

0 commit comments

Comments
 (0)