Jesus / dropbox_api

Ruby client library for Dropbox API v2
MIT License
171 stars 113 forks source link

Please update search endpoint to use the v2 path #74

Closed czhang-blurb closed 3 years ago

czhang-blurb commented 3 years ago

https://dropbox.tech/developers/search-files-using-the-dropbox-api

We’ll be retiring the old v1 search on February 28th, 2021. If you haven’t already, please migrate to the search v2 endpoint at your earliest convenience.

https://github.com/Jesus/dropbox_api/blob/master/lib/dropbox_api/endpoints/files/search.rb#L4

The new version should be:

/2/files/search_v2

czhang-blurb commented 3 years ago

Hi @Jesus , just wanted to check again -- is this change to the search endpoint on your radar, and is it something you'd be able to update before Dropbox disables the endpoint on Feb 28th?

Jesus commented 3 years ago

How do you know v1 of the search endpoint will be deprecated on Feb 28th?

czhang-blurb commented 3 years ago

Thank you!

The deprecation notice was posted here in October: https://dropbox.tech/developers/search-files-using-the-dropbox-api , and dropbox also emailed last month a warning email to everyone who was using the marked-for-deprecation endpoint, which was what originally drew it to our attention.

Jesus commented 3 years ago

I see, thanks!