Dear all
I want to get folder's info of my main folder in my app.
Here is request:
curl https://api.box.com/2.0/folders/0/items?limit=2&offset=0 \
-H "Authorization: Bearer MY_TOKEN"but it alway return me
{"type":"error","status":405,"code":"method_not_allowed","help_url":"http:\/\/developers.box.com\/docs\/#errors","message":"Method Not Allowed","request_id":"removed for privacy57c569e6b4ac8"} json response.
Anything wrong with my request?
Many thanks