Dropbox api v2 sdk for ruby

萝らか妹 提交于 2019-12-13 06:17:34

问题


Has anyone came across Dropbox migration from API v1 to v2?

I could not find ruby-sdk for v2 in official documentation. If I want to migrate from v1 to v2, Should I manually do all the changes in existing ruby-sdk for v1?


回答1:


Unfortunately, Dropbox does not offer an official Ruby SDK for Dropbox API v2.

You'd either need to modify the SDK/library you're using, or implement your app using the HTTP endpoints directly.

There's a migration guide here:

https://www.dropbox.com/developers/reference/migration-guide




回答2:


I've just published a small library that aims to fill this gap: https://rubygems.org/gems/dropbox_api

Many endpoints are pending and documentation needs to be improved, but it's the best you'll find right now.

I hope it helps you.



来源:https://stackoverflow.com/questions/37563345/dropbox-api-v2-sdk-for-ruby

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!