Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
APIs
53 Topicssharing/remove_folder_member endpoint throwing 500 error
I've been using the api.dropboxapi.com/2/sharing/remove_folder_member endpoint for a number of years without issue. After the scheduled maintenance last night (2025-02-06) I'm receiving a 500 response from all calls to it. I'm doing a POST call with the following headers: Dropbox-API-Path-Root: {"namespace_id":"999999",".tag":"namespace_id"} Dropbox-API-Select-User: dbmid:AAAAAAAAA and the request: { "shared_folder_id":"99999999", "member":{ ".tag":"dropbox_id", "dropbox_id":"dbmid:AAAAAAAA" }, "leave_a_copy":false } (IDs all changed) Is anyone else using this endpoint in the same way? Is it still working for you? Maybe something changed as part of the maintenance? Seems too much like a coincidence that this code no longer works. Thanks for any help.