Upload Files
Use this API to upload files (via url 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 uploaded in the specified drive.
|
| Responses | ||
|---|---|---|
200Returns the newly created files
|