barakbd1
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by barakbd1-
barakbd1 commented,
I think I found the error.I set the header key as algorithm in stead of alg.The reason I did this, is because this is the key in the box docs - https://developer.box.com/guides/authentication/jwt/...
-
barakbd1 commented,
I checked in jwt.io.The header and payload decode fine, and the header shows:{ "algorithm": "RS512", "keyid": "Public_Key_Id" } It is the signature that is failing, I am just not sure why.Am I...
-
barakbd1 created a post,
Undocumented error when requesting a token
AnsweredI am following this document, but making the request in bash:https://developer.box.com/guides/authentication/jwt/without-sdk/ The error I receive is: {"error":"invalid_grant","error_description":...
-
barakbd1 commented,
I just realized that we are using a Private Key, so I HAVE to follow: https://developer.box.com/guides/authentication/jwt/without-sdk/ Would be great to have a bash example for this.I am attemptin...
-
barakbd1 created a post,
Auto delete files
AnsweredIs there an option to create a folder with a retention policy (e.g. Any file in the folder will auto-delete after 3 days) Is there a way to set an auto-delete / expire on a file through the API?
-
barakbd1 commented,
2 years old? Any progress?