Project Submission Portal

Submit Your
Project Files

Upload your project deliverables directly to the studio Google Drive. Files stream straight from your machine — no size limit. Metadata is logged automatically in the project sheet.

const pipeline = new DriveUpload();
pipeline.auth(oAuthToken);
pipeline.chunk(file, 8 * 1024 * 1024);
pipeline.resume(onFailure);
pipeline.log(googleSheet);
→ streaming…
Two values to configure before going live:
1. Replace YOUR_APPS_SCRIPT_WEB_APP_URL in the script below with your deployed Apps Script URL.
2. Deploy appsscript.gs first — it supplies the OAuth token and logs the sheet row.
01
Submitter Information
02
Project Details
03
Project File Attachment
Drag & drop archive files here, or browse
Accepted: .RAR  ·  .ZIP  ·  .7Z
Direct-stream to Google Drive — no size limit
Resumable Upload 8 MB Chunks No Size Limit
Preparing upload… 0%

Files upload directly to SUMADH ANIMATRIX Studio Drive using Google's resumable upload protocol — no size limit, auto-resumes on network hiccup. Metadata is logged to the project tracking sheet.