ziqx-drive-sdk
Installation
SKILL.md
@ziqx/drive Skill
This skill provides comprehensive instructions on how to use the @ziqx/drive package for managing file uploads to Ziqx Drive. It handles both server-side signed URL generation and client-side direct uploads.
Overview
@ziqx/drive is split into two main components:
ZDrive(Server-side): Used to securely generate signed upload URLs using your Drive credentials.ZDriveClient(Client-side): Used in the browser to upload files directly to the signed URLs and perform image processing (like resizing) before upload.
Installation
npm install @ziqx/drive
Related skills