faceless105
- Activité totale 13
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 3
Commentaires
Activité récente par faceless105-
Yeah. The app is setup for oauth 2.0 with JWT and has the scopes for read and write all files and folders in box. Doing a GET /users/me I get: Array ( [type] => user [id] => xxx [name...
-
Is there any recommended way to work around this? I've tried a few routes, including a single retry (don't want to get stuck in any infinite loops), and waiting 10 seconds then retrying. The box ...
-
That turned out to be my bigger issue, I found out I don't have access to the enterprise console. I wound up rewriting it all to use oauth and things are working perfectly. The error messages aren...
-
Thanks, that does help. I'm using Box through my university. I've been working on the JWT login and I won't lie, the error messages are less than clear, lol. One issue I'm running into is, in the ...