Learn how to make the most out of the Dropbox Community here 💙!
Forum Discussion
STEALTHbits
4 years agoExplorer | Level 4
Dropbox.Api.Sharing.ListFileMembersAsync Invalid Path after passing FileMEtadata.Id
A customer of ours is running into the error below:
System.ArgumentOutOfRangeException: Value should match pattern '\A(?:((/|id:).*|nspath:[0-9]+:.*)|ns:[0-9]+(/.*)?)\z' Parameter name: file
at D...
Greg-DB
Dropbox Staff
4 years agoI see you're making the second ListFileMembersAsync call like this:
userClient.Sharing.ListFileMembersAsync(fileMembers.Cursor)
However, to retrieve more results via the cursor, you should actually call ListFileMembersContinueAsync, not ListFileMembersAsync.
STEALTHbits
4 years agoExplorer | Level 4
That could be it, our test environment probably never reached that case, thank you. I will mark this as the answer when I hear back from the customer.
About Discuss Dropbox Developer & API
Make connections with other developers810 PostsLatest Activity: 4 days ago
If 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!