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. 回答1: 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. 回答2: To get list of all files of specific type, you can use drive API v3. Below is an example to get all sheets from drive of authenticated user.