Skip to content
New issue

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

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

Already on GitHub? # to your account

Warning: Unknown key: SameSite = none #417

Open
DannyBen opened this issue Jan 3, 2022 · 0 comments
Open

Warning: Unknown key: SameSite = none #417

DannyBen opened this issue Jan 3, 2022 · 0 comments

Comments

@DannyBen
Copy link

DannyBen commented Jan 3, 2022

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"
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant