a-marenkov / gsheets

A Dart library for working with Google Sheets API.
Other
78 stars 31 forks source link

Create spreadsheet in specific folder? #79

Open victor-marino opened 2 years ago

victor-marino commented 2 years ago

Hi.

First of all, thanks for your great work!

Just wanted to know if it's possible to create a new spreadsheet inside a specific folder in Google Drive.

I'm using the Gsheets.createSpreadsheet method, which only takes the title as parameter. But I don't know how to have my app put that spreadsheet inside a specific folder rather than the root location.