Skip to content

Warning: Unknown key: SameSite = none #417

@DannyBen

Description

@DannyBen

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions