invalid_grant
Hi,
1 ) I have created one custom app(Free). And i'm using auth2.0 as an authentication.
If I created the access token using the client credentials grant, then it is giving me an error in any API that I used to authenticate e.g. list users, create folder.
my client id :wbo8oq3rc382bf72m5lsqgwbvw2jzaq3
secret : DWFGFpS2eYDwZ0IklHXwKtaJLupbpa3t
error:
{
"type": "error",
"status": 404,
"code": "not_found",
"context_info": {
"errors": [
{
"reason": "invalid_parameter",
"name": "folder",
"message": "Invalid value '0'. 'folder' with value '0' not found"
}
]
},
"help_url": "http://developers.box.com/docs/#errors",
"message": "Not Found",
"request_id": "egjnozhef9511jz9"
}
2) If I use the server authentication (client credential) while creating the custom app
then that is asking me box_subject_type and box_subject_id. Where I can find this please guide me. I have chosen app access only.
client id : qs5c1reid1cfob32vggll1ikolnkeckx
Please sign in to leave a comment.
Comments
0 comments