dropbox_api
dropbox_api copied to clipboard
Ruby client library for Dropbox API v2
It complains that i need a team member id in the header and I don't see a way to inject that into the client right now.
For getting large files from a user's Dropbox, their API allows you to specify a range of bytes--is this possible in the current `dropbox_api` gem's DSL?
dropbox_api requires `oauth1` gem 1.x https://github.com/Jesus/dropbox_api/blob/11bd1cf5f9a3683f1956857f9187b68134a7eddd/dropbox_api.gemspec#L24 However, `oauth` gem now has a 2.0 release as of June 2022. https://rubygems.org/gems/oauth2/versions/2.0.0 Instalilng the last oauth2 1.x release produces this warning: ``` You...
I may be posting this issue prematurely but all of a sudden my client is getting this error when using the `search` function. Nothing has changed on our end. Perhaps...
API can return `both_filename_and_content` as a value for MatchType. It's undocumented but I found it in the wild.
Closes #99
### Description Looks like Dropbox may respond with a 429 status code and no body or content type is not JSON during file chunks upload. In this case gem failed...
Closes #96 Note oauth 1.x is still allowed by gemspec, just expanded to allow 2.x too. OAuth release notes expect no problems from 2.x for most uses. ``` You have...
I was testing using byebug on the block lambda, and try to save direct in database... but just not triggering