You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: