Box api throwing error for getting the access token -


i trying access token , refresh token , using following url post http request , receiving below error for:

post https://api.box.com/oauth2/token?client_id=abs34&client_secret=123 

{ "error":"invalid_request", "error_description":"invalid grant_type parameter or parameter missing" }


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -