1. When I utilize the "/team_folder/archive/check" API to verify the status of the asynchronous archive job, I receive the following response:
the ".tag" suggests that the job is complete, but the status tag is "archive_in_progress". Which status should I trust?
{
".tag": "complete",
"team_folder_id": "2325974275",
"name": "test_archive",
"status": {
".tag": "archive_in_progress"
},
"is_team_shared_dropbox": false,
"sync_setting": {
".tag": "default"
},
"content_sync_settings": []
}
2. When will the async archive job trigger long poll api:
at completion of the async archive job or at the moment when we send the async archive api?
3. Is the team folder id identical to share_folder_id that returned in FolderSharingInfo?