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
{{ message }}
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
Is it possible to extend this to upload a dataframe directly to google sheets? Perhaps by invisibly writing dataframe to disk, uploading file to googlesheets, and then invisibly remove file from disk. I often find myself writing dfs to disk and deleting them afterwards just so that I can upload them via gs_upload
From #1, which was about a different thing, but accumulated some good links about this.
@leeper pointed out this: uploading using the Drive API (specifically the file insert endpoint, using the
convert = true
argument)More links I found:
http://stackoverflow.com/questions/12765813/upload-csv-to-google-drive-spreadsheet-using-drive-v2-api
https://developers.google.com/drive/v2/reference/files/insert
The text was updated successfully, but these errors were encountered: