How to specify where in google drive the sheets API creates a new spreadsheet when using the spreadsheets.create() method (am assuming this is the correct method to be using since docs show it requires Drive OAuth scope to use)?
Am using the python API libs referenced in the google docs (and the create() example for this lib is not very detailed). Looking at the Spreadsheet request body template for the API call, there is nothing that seems like it is the place to indicate where in Drive you want to new Spreadsheet to be created.
Anyone with more experience know how to do this? Any examples out there to use as reference?