Hi, according to this post , all kind of accounts will be migrated to "Updated Team Space" by 2024/01/31.
I have a few questions about the migration and APIs behaviour changed.
1) As my observation, not all Team Space / No Team Spaces accounts have been migrated before 2024/01/31 and not even been migrated right now.
Will the migration be happening some day underground or is there a exact date for it?
2) If the migration happened automatically or by schedule, is there any specific event we can get from team event (audit) log API to get to know this change?
3) So far as we observed, if we'd like to list team member folder's members via list_folder_member API for Team Space (NOT Updated Team Space), it will return error: "{'error_summary': 'invalid_id/.', 'error': {'.tag': 'invalid_id'}, 'user_message': {'locale': 'en', 'text': 'Invalid shared folder ID.'}}".
The folder structure is like:
Team Root Folder
|_ Team Member Folder1 (there's shared_folder_id for this team member folder)
Is this an expected response or it's a bug as to list members of file/folder under a team folder should be workable for Updated Team Space and no team space models?
Thanks!