Create Files
Use this API to create files (via contents of the file) in the drive
| Path Parameters |
|---|
driveId string — REQUIRED |
| Request Body — REQUIRED | ||||
|---|---|---|---|---|
parentId stringThe id of the parent folder where you want to upload the files. If you want to upload the files in the root directory, send null. | ||||
files object[]List of files to be created in the specified drive.
|
| Responses | ||
|---|---|---|
200Returns the newly created files
|