box api - message: "Invalid value 'xxx'. Entity body should be a correctly nested resource attribute name/value pair" -
when try recieve list of folders message: "invalid value 'authorization=bearer xxx'. entity body should correctly nested resource attribute name/value pair".
1. url https://api.box.com/2.0/folders 2. post request 3. content-type: json or x-www-form-urlencoded 4. authorization:bearer 5iv0.....
invalid value 'authorization=bearer xxx'. entity body should correctly nested resource attribute name/value pair
this indicates you're sending authorization header in body of request. haven't provided context around how you're making http requests, should 'how set http headers' whatever language/module you're using see how correctly.
Comments
Post a Comment