Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Hananel C.
9 years agoNew member | Level 2
Call get_preview http method returning 404 error
I had created the file 'word.docs' under the root folder.
Request the api v2 method get_preview with the path for this file return 400 error.
request details :
headers :
"Dropbox-API-Arg" : {"path": "/word.docs"}
"Authorization" : "Bearer my_securiy_token"
"Content-Type" : "application/json"
endpoint : "https://content.dropboxapi.com/2/files/get_preview"
method : "POST"
response : system.HttpResponse[Status=Bad Request, StatusCode=400]
5 Replies
- Greg-DB9 years ago
Dropbox Community Moderator
[Cross-linking for reference: https://stackoverflow.com/questions/39016383/call-get-preview-http-method-returning-404-error ]
What's the response body? It should contain a more useful error.
- Hananel C.9 years agoNew member | Level 2
Only : 'bad data'
Can you give me example for a working request of this type? - Greg-DB9 years ago
Dropbox Community Moderator
Are you sure that's the actual/entire response body? That doesn't look like an error from the Dropbox API.
Anyway, the documentation includes a curl example:
https://www.dropbox.com/developers/documentation/http/documentation#files-get_preview
- Hananel C.9 years agoNew member | Level 2
Yes, thats all.
Sorry i mistakes the error code is 400 which means bad argument value. - Stephen C.149 years ago
Dropbox Staff
@Hananel C.: Could you post the code that you used to make this request?
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!