Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
hhting
1 year agoExplorer | Level 4
Example response of team folder archive check api
Hi dropbox dev,
We would like to know the response format of the team folder archive check API.
If the response contains a failed job, what is the format of the error? Does it include an error tag?
An example response with a failed job in JSON format would be appreciated.
Thanks
https://www.dropbox.com/developers/documentation/http/teams#team-team_folder-archive-check
2 Replies
- Здравко1 year agoLegendary | Level 20
Hi hhting,
Yes, maybe an example might add more clarity, but the description is there and you may derive expected format. Just an example:
{ ".tag": "failed", "failed": { ".tag": "access_error", "access_error": { ".tag": "invalid_team_folder_id" } } } - Greg-DB1 year ago
Dropbox Community Moderator
hhting As Здравко mentioned, look under TeamFolderArchiveJobStatus to see the description of the failed job status. Specifically, be sure to click on TeamFolderArchiveError, and so on, to expand the documentation for each nested type.
That describes the structure of that type, but I'll ask the team to add an example of that scenario as well.
About Discuss Dropbox Developer and API
Explore Dropbox Developer & API discussions with developers like you.
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!