Stan_
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Stan_-
Stan_ commented,
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_ commented,
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_ commented,
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_ commented,
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_ created a post,
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...