drive_mkdir
Create a new empty folder on Proton Drive. Fails if the folder already exists or parent missing, so check first with drive_list. Does not create nested directories in one call.
Instructions
Create a new empty folder on Proton Drive. Requires authentication. Fails if the folder already exists or if the parent folder does not exist — use drive_list to check first. Does not create intermediate directories; create each level separately. Do not use to upload files (use drive_upload) or to create nested folder trees in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute remote Drive path for the new folder (must start with '/'). E.g. /my-files/NewFolder |