We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
Legrend_Sargentpc
2 months agoExplorer | Level 3
Zapier - 409 error path/not found
Hello everyone!
I'm trying to get the meta data for a file so I can access the "shared_folder_id" and then add a member (or group if possible) to that folder. It's on a team folder.
I'm using...
- 2 months ago
It looks like you meant to call /2/files/get_metadata, but based on the error message in the response body you actually called /2/sharing/get_folder_metadata (which takes different parameters, and so the call failed). Make sure you've configured that to call /2/files/get_metadata if that's what you intended.
Legrend_Sargentpc
Explorer | Level 3
Hi bblu2095,
Can you send a picture of the HTTP request your making as seen in zapier, and a picture of the "Test" tab after running a test? There's usually a response body for most API calls.
bblu2095
6 days agoCollaborator | Level 8
There isn't a response body for the API call, that's the thing. There is no "Data out" tab in Zapier, it just shows the Zapier error for "argument of type 'NoneType' is not iterable"
Here is what the logs look like:
And the Dropbox API documentation says:
- Legrend_Sargentpc6 days agoExplorer | Level 3
I wish I still had the code for this, but now I remember this is where I stopped.
So I was getting a successful return (code 200), and the person was added, but it wasn't consistent because some folders only had a shared_id and some only had a parent_shared_id. I didn't understand the difference, or how to determine which folder is which, so I had to give up on it. It looks like some of our sub folders are one type, and others are another.
I believe the issue comes down to shared_id vs. parent_shared_id. Sorry I wasn't able to help after all. I hop you find a solution an would love to know what it is!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 2 hours agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!