We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. The following code started to generate exception recently:
session = GoogleDrive.saved_session('config.json') session.spreadsheet_by_key('sheet_key')
ArgumentError (unknown keyword: supports_all_drives) /google_drive/session.rb:333:in `spreadsheet_by_key' /google_drive/session.rb:288:in `file_by_id' /ruby/2.6.0/gems/google-api-client-0.24.3/generated/google/apis/drive_v3/service.rb:777:in `get_file'
The text was updated successfully, but these errors were encountered:
The issue happened after upgrade to 3.0.5 from 3.0.3 Version 3.0.3 works fine.
Sorry, something went wrong.
Same here, had to specify 3.0.3 in my gemfile to stop receiving this error
No branches or pull requests
Hi. The following code started to generate exception recently:
The text was updated successfully, but these errors were encountered: