Move Files
Use this API to move items with within your drive
| Path Parameters |
|---|
driveId string — REQUIRED |
| Request Body — REQUIRED |
|---|
parentId stringThe id of the parent folder where you want to move the items. If you want to move the files in the root directory, send null. |
itemIds string[]Items to be moved. This is a list of file/folder ids. |
| Responses | ||
|---|---|---|
200Returns the moved items
|