You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 warningpcsv
This warning is printed to STDERR when getting content from the drive
Reproduction code
Output
The text was updated successfully, but these errors were encountered: