The JavaScript Sandbox SDK recently added Drive support for persistent storage that can be attached to and detached from sandboxes. Add equivalent async and sync Python APIs for creating or retrieving drives, listing them with pagination, deleting them, and representing drive metadata.
Extend create_sandbox to accept drive mounts, including mount paths and read-only/read-write modes, with matching request serialization, response validation, and tests. Document a complete flow that creates a drive, mounts it into a sandbox, and cleans it up.
Links:
The JavaScript Sandbox SDK recently added Drive support for persistent storage that can be attached to and detached from sandboxes. Add equivalent async and sync Python APIs for creating or retrieving drives, listing them with pagination, deleting them, and representing drive metadata.
Extend
create_sandboxto accept drive mounts, including mount paths and read-only/read-write modes, with matching request serialization, response validation, and tests. Document a complete flow that creates a drive, mounts it into a sandbox, and cleans it up.Links: