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
{{ message }}
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
I just tried moving a file to a path already present. Instead of getting the API error (A file with that name already exists at path...), I get a "Bad Oauth request".
From: /Users/jon/.rbenv/versions/2.1.6/lib/ruby/gems/2.1.0/bundler/gems/dropbox-api-f62ac6348157/lib/dropbox-api/connection/requests.rb @ line20Dropbox::API::Connection::Requests#request:15: raiseDropbox::API::Error::BadInput.new("400 - Bad input parameter - #{parsed['error']}")16: when40117: raiseDropbox::API::Error::Unauthorized.new("401 - Bad or expired token")18: when40319: parsed=MultiJson.decode(response.body)=>20: raiseDropbox::API::Error::Forbidden.new('403 - Bad OAuth request')21: when40422: raiseDropbox::API::Error::NotFound.new("404 - Not found")23: when40524: parsed=MultiJson.decode(response.body)25: raiseDropbox::API::Error::WrongMethod.new("405 - Request method not expected - #{parsed['error']}")[9]pry(#<Dropbox::API::Connection>)> response.body=>"{\"error\": \"A file with that name already exists at path ...\"}"