PartyKit Uploads — support

Get help

Email: support@partykituploads.com (TODO: stand up the domain + forwarding before launch)

Maker Growth Hub members: the MGH Discord #partykit-uploads channel is the fastest route.

Response time

Hours: Monday–Friday, 9am–6pm UK time. We are a small team — we do not staff weekends or holidays.

Before you contact us

Most issues are solved by checking the four likely causes:

  1. Theme block not appearing on storefront. Open the theme editor and confirm "PartyKit file upload" is added to the product page section. If you added it but it's hidden, the block falls back to invisible when no productGid is configured — verify you've set per-product config in PartyKit Uploads → Products.
  2. Customer can't upload. Check the browser console — most failures are "file too large" (defaultMaxBytes) or "type not allowed" (allowedMime). Both are configurable per product.
  3. Cart fee not appearing. The cart_transform function activates per-shop on the first admin home-page load. Visit Apps → PartyKit Uploads → Home once after install; the registration is a no-op afterwards. Also confirm you've created a fee variant and pasted its GID into the product config.
  4. Files not in my Drive / Dropbox / S3. Settings → check the storage backend is set to that backend AND the connection is healthy (we ping it on save). Re-connect if the OAuth token expired.
  5. What to include in a bug report

    Helps us help you faster:

    If the issue is on the storefront block, this snippet in the browser DevTools console returns the active config:

    
    window.__pkuConfig ?? "block not initialized"
    

    Copy/paste the output in your report.

    Status

    Feature requests

    Open an issue at our repo (TODO: public mirror) or email us with "Feature request:" in the subject. We track requests in a public board and ship the top-voted ones first.

    What we don't support