Skip to content

Conversation

@Inversion-des
Copy link

No description provided.

@alessandrostein
Copy link

alessandrostein commented Aug 7, 2022

Can we get a new version with this fix?

@bigwheel
Copy link

Monkey patch for me in another world:

require 'google_drive'
require 'fileutils'

module MonkeyPatch
  def download_to_file(path, params = {})
    @session.drive_service.get_file(
      id,
      **{ download_dest: path, supports_all_drives: true }.merge(params)
    )
  end
end
GoogleDrive::File.prepend(MonkeyPatch)

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

Successfully merging this pull request may close these issues.

5 participants