-
Notifications
You must be signed in to change notification settings - Fork 508
Open
Description
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 csvOutput
Unknown key: SameSite = none
Unknown key: SameSite = none
"hello,world\r\n1,2"
kosdiamantis, seanlerner, chrishein and netikular
Metadata
Metadata
Assignees
Labels
No labels