dropbox / dropbox-sdk-dotnet

The Official Dropbox API V2 SDK for .NET
https://www.dropbox.com/developers
MIT License
331 stars 450 forks source link

Passing Id as path parameter #55

Open yivasyuk opened 7 years ago

yivasyuk commented 7 years ago

Hi guys,

Currently, our team is using dropbox api v2 in our application. We have found that there is a mismatch between api and .net sdk. Could you please provide us with information regarding path parameter validation for following api methods? -delete -copy -move

We are not able to use those methods with dropbox "id" parameter due to regex validation. Looking forward to your reply.

greg-db commented 7 years ago

The Dropbox API was recently updated to accept file IDs as parameters for these endpoints, but the SDK hasn't yet been updated to match. This should be supported with the next update of the SDK.

yivasyuk commented 7 years ago

Hi Greg,

Could you please provide the approximate date of your next release where "id" will be supported. We would align our work in implementation with your changes.

Thanks in advance.

greg-db commented 7 years ago

@yivasyuk I can't promise a timeline, but I'll ask the team to publish a new version soon.