google-drive-ruby
google-drive-ruby copied to clipboard
Warning: `Unknown key: SameSite = none`
This warning is printed to STDERR when getting content from the drive
Reproduction code
drive = GoogleDrive::Session.from_service_account_key 'google-key.json'
document = drive.spreadsheet_by_title "Test Sheet"
sheet = document.worksheet_by_title "main"
csv = sheet.export_as_string # this triggers the warning
p csv
Output
Unknown key: SameSite = none
Unknown key: SameSite = none
"hello,world\r\n1,2"