set_drive_folder
Link (or unlink with 'none') a Google Drive folder to ONE target: a production folder (its assignments and sub-folders inherit it) or a single assignment (takes precedence over its folder). The creator's next uploads for that target go straight into the Drive folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drive_folder | Yes | Drive folder id or name (see list_drive_folders / create_drive_folder), or 'none' to unlink | |
| assignment_id | No | Target assignment id. Use this OR production_folder. | |
| production_folder | No | Target production folder (id, name or full path). Use this OR assignment_id. |