mlandgraf
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by mlandgraf-
mlandgraf commented,
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 commented,
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 commented,
- 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 commented,
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 commented,
Any suggestions on this?
-
mlandgraf created a post,
Error generating access token
AnsweredI 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 commented,
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 commented,
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 commented,
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 commented,
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" ...