Stan_
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Stan_さんの最近のアクティビティ-
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
-
Stan_さんがコメントを作成しました:
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_さんがコメントを作成しました:
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_さんがコメントを作成しました:
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_さんが投稿を作成しました:
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...