Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get the list of all spreadsheets associated with Google account using Sheets API v4

Using Google Sheets API v4, I am looking to get the list of spreadsheets attached to my account. I did much research but have not found any solutions for that.

like image 316
Gaurav Ashara Avatar asked Jun 17 '16 08:06

Gaurav Ashara


1 Answers

The v4 API doesn't offer a way to list spreadsheets. You'll need to use the Drive API. The Migrate from a previous API page has some details on how to do use the Drive API to do it.

like image 71
Sam Berlin Avatar answered Oct 05 '22 22:10

Sam Berlin