googleworkspace / php-samples

PHP samples for Google Workspace APIs
Apache License 2.0
288 stars 347 forks source link

Is it possible to move created file inside folder by folder id? Or Can we create spreadsheet directly inside folder by folder ID? #83

Closed pankajthakur007 closed 3 years ago

pankajthakur007 commented 3 years ago

Is it possible to move created file inside folder by folder id? Or Can we create spreadsheet directly inside folder by folder ID?

sqrrrl commented 3 years ago

In the future, for general how-to advice, please use StackOverflow.

To answer your question, yes, you can move files to a parent folder if you know the folder ID. See https://developers.google.com/drive/api/v3/folder?hl=en for details (no PHP samples on that page, but shows the general approach that you can adapt.)