davemroz
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by davemroz-
davemroz commented,
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-...
-
davemroz commented,
private const string UserId = "532374";
-
davemroz commented,
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...
-
davemroz commented,
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 ...
-
davemroz commented,
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...
-
davemroz commented,
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?...
-
davemroz commented,
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.
-
davemroz created a post,
Trouble generating (or identifying) the correct token for file upload
I've gone around and around on this and I suspect I'm missing something simple. I'm lost in a maze of StackOverflow, Google, and Box Community searches and my head is spinning. I'm trying to uploa...
-
davemroz created a post,
Trouble generating (or identifying) the correct token for file upload
I've gone around and around on this and I suspect I'm missing something simple. I'm lost in a maze of StackOverflow, Google, and Box Community searches and my head is spinning. I'm trying to uploa...