Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Sheets

Sharing Google Sheet With Service Account Email

I wrote a script to connect to a Google spreadsheet and load data into a postgresql database from i… Read more Sharing Google Sheet With Service Account Email

How To Handle The Maximun Export Limit Size File For Drive Api

I am trying to download some google doc files but after it i need to use the export method to conve… Read more How To Handle The Maximun Export Limit Size File For Drive Api

Unicodedecodeerror: 'ascii' Codec Can't Decode Byte 0xea In Position 8: Ordinal Not In Range(128)

I'm writing data, fetched from jobs API, to the Google spreadsheet. Following encoding for '… Read more Unicodedecodeerror: 'ascii' Codec Can't Decode Byte 0xea In Position 8: Ordinal Not In Range(128)

Is There Any Way To Import A .xlsx Saved On The Gdrive To A Gsheet With Python?

Unfortunately, I don't have any code to post here. I tried some things but none of them really… Read more Is There Any Way To Import A .xlsx Saved On The Gdrive To A Gsheet With Python?