mlandgraf
- Activité totale 17
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 5
Aperçu des activités
Dernière activité effectuée par mlandgraf-
mlandgraf a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
- 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 a ajouté un commentaire,
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 a ajouté un commentaire,
Any suggestions on this?
-
mlandgraf a créé une publication,
Error generating access token
RéponduI 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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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" ...