eallan
- Activité totale 5
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 2
Aperçu des activités
Dernière activité effectuée par eallan-
eallan a ajouté un commentaire,
Fixed the error I was getting by adding myself as a user to the account (since I am not the owner). I used the following code:oauth = JWTAuth( client_id='xxxxxxx', ...
-
eallan a créé une publication,
Python BOXSDK JWTAuth 404 error when trying to upload file
RéponduI am currently running the following code:oauth = JWTAuth( client_id='xxxxxxx', client_secret='xxxxxxxx', enterprise_id='xxxxxxx', ...
-
eallan a ajouté un commentaire,
I am having the exact same problem, error 404 when trying to upload a file using JWTAuth. But successfully upload files to a folder when using the Developer_token and OAUTH2.0, same as AdamHavas a...