We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
toki4004
2 years agoHelpful | Level 5
Error: "request body: id... did not match pattern"
I am trying to get contents of a text file via
https://api.dropboxapi.com/2/file_requests/get
and I get this error:
"Error in call to API function "file_requests/get": request body: id: 'id:J...
- 2 years ago
Hi toki4004,
To get content of any file, you need to download it, not something else. 🙂
Something more: as seems you're messing 2 different things - file and file request! File request is pseudo object representing your (or your app' user) intention to get file from somebody else, not the file itself. Getting such object means to get the pseudo object description, not any file that may be received while using this request - multiple files could be received with single request. File request has its own id with its own format that differs from file id format, of course. That where your error is coming from. 😉
Hope this clarifies matter.
Здравко
2 years agoLegendary | Level 20
Hi toki4004,
To get content of any file, you need to download it, not something else. 🙂
Something more: as seems you're messing 2 different things - file and file request! File request is pseudo object representing your (or your app' user) intention to get file from somebody else, not the file itself. Getting such object means to get the pseudo object description, not any file that may be received while using this request - multiple files could be received with single request. File request has its own id with its own format that differs from file id format, of course. That where your error is coming from. 😉
Hope this clarifies matter.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 6 hours agoIf 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 or Facebook.
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!