I need an identifier that will be the same across users who share the folder.
After investigating "/2/files/list_folder" API, we were able to confirm the following:
- For folders for which a "shared_folder_id" can be obtained, the "id" values seen by each user are different but the "shared_folder_id" values are the same.
- For folders for which a "shared_folder_id" cannot be obtained (folders for which a "parent_shared_folder_id" can be obtained), the "id" values seen by each user are the same.
Are the above findings guaranteed by the Dropbox API specification ?
Thank you for your support.