Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

September 30th Dropbox Update Actions Required - Will this break the gem? #17

Open
toomanyjoes opened this issue Sep 28, 2021 · 1 comment

Comments

@toomanyjoes
Copy link

toomanyjoes commented Sep 28, 2021

September 30th dropbox is making changes to their API related to:

ACTION REQUIRED: ID Formats
ACTION REQUIRED: tokens and permissions

I see this gem hasn't gotten an update in a while, are these changes going to break this gem?

Or has everyone migrated over to Jesus's Dropbox API gem by now? https://github.com/Jesus/dropbox_api

@nsmmrs
Copy link

nsmmrs commented Dec 7, 2022

I was able to override this method to get rid of the token format check. For our purposes (simple uploading/downloading/moving), this seems to work until we can switch to jesus/dropbox_api.

module Dropbox
  class Client
    def initialize(access_token)
      @access_token = access_token
    end
  end
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants