Stan_
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Stan_-
I ended up using the following automated script for OAuth 2.0 with bash. If somebody interested: https://github.com/rooty0/box-oauth-uploader
-
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
-
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"
-
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...