mlandgraf
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by 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...
-
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...
-
- 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':...
-
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...
-
Any suggestions on this?
-
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...
-
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...
-
Same problem here - my code has been working fine for several years now and now all of the sudden I am receiving that error.
-
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" ...