Hi,
While cosumning the api to get the file content ( https://content.dropboxapi.com/2/cloud_docs/get_content).
I am facing an error mentioned below:
Error in call to API function "cloud_docs/get_content": Invalid authorization value in HTTP header "Authorization": "Bearer <myApp access token>". Expecting "Bearer cd.<auth_token>". '// Here in myApp access token I have provide the app access token.
Am I passing the correct token?, as in the description of this service I saw one information "Please make a request to cloud_docs/authorize and supply that token in the Authorization header". But I did not find any information on that.
Please help in this regard.