Skip to main content

All Questions

3 votes
0 answers
787 views

Delete Google Sheet files created with service account as a regular user

I'm using the gspread library to connect to the Google Sheets API v4 API in order to create new Google Sheets with a service account. I share the Sheets with a user who can read and write to the files....
Jonathan Johansson's user avatar
1 vote
2 answers
3k views

How to use appendCells to append a list of columns in Google Sheets API

I'm using python 2.7 but my understanding is this syntax works with any language. I'd like to append data to the bottom of my Google Sheets. The function below works, but I'd like to know if there ...
Ed G's user avatar
  • 149
0 votes
1 answer
3k views

How to authenticate with Google Spreadsheets API using Python client / discovery service?

I'm using Python 2.7 and the client library for Google API which I am trying to use to get authenticated access to Spreadsheets like so: # sa == Service Account scope = 'https://spreadsheets.google....
Neil C. Obremski's user avatar