Stan_
- Activité totale 7
- 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 Stan_-
Stan_ a ajouté un commentaire,
I ended up using the following automated script for OAuth 2.0 with bash. If somebody interested: https://github.com/rooty0/box-oauth-uploader
-
Stan_ a ajouté un commentaire,
I gave up on JWT and ended up using just plain OAuth 2.0 with bash. If somebody interested: https://github.com/rooty0/box-oauth-uploader
-
Stan_ a ajouté un commentaire,
Is this not valid anymore? I'm not getting "Authorization Code" on step #2, it just redirects me to "https://hidden.app.box.com/folder/0"
-
Stan_ a ajouté un commentaire,
Thanks , I'm aware about the documentation you sent me. Tho the first link shows example for python, java, php, etc, not the pure shell(bash or whatever )/curl implementation what I was asking fo...
-
Stan_ a créé une publication,
Generate an access token/JWT with curl
Greetings, I have a bash script that generates some files. I'd like to upload these files to Box using the same bash script and looks like it's super simple. The one thing which confuses me is aut...