Discuss Dropbox Developer & 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
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"
}
}
}
@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.
Hi there!
If you need more help you can view your support options (expected response time for a 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!