Hi there
Im integrating the ability to share a folder with people that signup to my system
Basically I got the shared_folder_id.
Via here : https://dropbox.github.io/dropbox-api-v2-explorer/#files_list_folder
I get the id of my folder :
"id": "id:OnI0Xzba6WsAAAAAAAE0Hg"
However when I call
https://api.dropboxapi.com/2/sharing/add_folder_member
I get ‘Invalid shared folder id’
Anyone know what’s wrong ?
thanks !!