Hi Vercel team,
My Hobby Blob store was blocked after exceeding the advanced operations limit, and I'd like to ask for a one-time temporary unblock (or a data export) so I can download my data.
Details:
- Team: izripov-yusufs-projects
- Project: empire-sneakers
- Blob store host: hqislerqign4borx.public.blob.vercel-storage.com
- Contents: 201 objects, ~677 MB (one overrides.json file + 200 product photos)
What happened: this is a small storefront for my brother's shop. Our code called list() on every read of a small JSON file, which burned through the advanced operations quota. That was our mistake, and the root cause is fixed: we've since moved the site and its storage to our own server, so the store won't receive any further traffic.
The store holds product photos and descriptions that my brother made by hand over several weeks, and we don't have another copy. The metadata API still works (list returns all objects), but every download returns "403 Your store is blocked".
Could you temporarily unblock the store for a few hours, or provide an export of its contents? I'll download everything with a single script and delete the store right after — I have no intention of continuing to use it.
Thank you!