mlandgraf
- 合計アクティビティ 17
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 5
アクティビティの概要
mlandgrafさんの最近のアクティビティ-
mlandgrafさんがコメントを作成しました:
Per Box support, this issue was caused by a change on their end. When requesting the access the token, the header's content type must be set like var headers = { 'Content-Type': 'a...
-
mlandgrafさんがコメントを作成しました:
Per Box support, this issue was caused by a change on their end. When requesting the access the token, the header's content type must be set like var headers = { 'Content-Type': 'a...
-
mlandgrafさんがコメントを作成しました:
- Per Box support, this issue was caused by a change on their end. When requesting the access the token, the header's content type must be set like var headers = { 'Content-Type':...
-
mlandgrafさんがコメントを作成しました:
All - Per Box support, this issue was caused by a change on their end. When requesting the access the token, the header's content type must be set like var headers = { 'Content-Typ...
-
mlandgrafさんがコメントを作成しました:
Any suggestions on this?
-
mlandgrafさんが投稿を作成しました:
Error generating access token
回答済みI am currently receiving an error when trying to generate an access token via a custom application. My code has not changed and it has been working well for several years, but within the last two ...
-
mlandgrafさんがコメントを作成しました:
This is an issue for me as well. Was working fine until recently and now will not work at all, which is causing major problems for our company. We didn't make any changes on our end so the problem...
-
mlandgrafさんがコメントを作成しました:
glad to hear I'm not alone. My company has not made any changes in regards to Box, so the problem must be somewhere on Box's end. Support is very slow, which is causing major delays for people in...
-
mlandgrafさんがコメントを作成しました:
Same problem here - my code has been working fine for several years now and now all of the sudden I am receiving that error.
-
mlandgrafさんがコメントを作成しました:
Hi Jason, Our header is defined in our code like this. I'll X out certain portions for privacy: var oHeader = { "alg": "RS256", "typ": "JWT", "kid": "XXXXXXXX" ...