davemroz
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
コメント
davemrozによる最近のアクティビティ-
Per fiddler request (body)grant_type: urn:ietf:params:oauth:grant-type:jwt-bearer and raw response:HTTP/1.1 400 Bad RequestDate: Tue, 13 Mar 2018 23:41:29 GMTContent-Type: application/jsonContent-...
-
private const string UserId = "532374";
-
Well, I tried to forget everything I've read and tried in the past few days and was just working through the sample code at https://github.com/box/box-windows-sdk-v2 trying to use just the librari...
-
Ok, that was certainly part of the problem! Putting in the correct UserID eliminated the initial error.But now I'm seeing the following:{"error":"invalid_grant","error_description":"Please check ...
-
I really appreciate the insight. the code compiles and runs...but returns an error. If the line about generating the user token by id (email) is correct then I'm comfortable chasing down permissio...
-
Thanks! That setting is certainly on in my profile. I'll try reauthorizing the permissions, but I'm pretty sure I've done that.Two quick follow on questions:1) Is my logic/code otherwise correct?...
-
Thanks. I reposted at https://community.box.com/t5/Box-Developer-Forum/Trouble-generating-or-identifying-the-correct-token-for-file/m-p/52988#M4253/ Feel free to lock, close, or delete this thread.