My Vercel Blob store [carrier-pigeon-data, on the "carrier-pigeon" project] was suspended after exceeding the Hobby advanced-operations limit. The cause was my own code calling list() on every request and writing a new snapshot on every mutation — I've since fixed that by migrating the app off Blob entirely (it now runs on Upstash Redis), so the store will not be written to again.
I'm not asking to keep using Blob. I just need a one-time, data-preserving reactivation so I can export the existing data (user accounts and messages) from the newest data-*.json blob before the store is retired. Could you temporarily lift the block so I can download that one file? Happy to provide the store ID.
Thanks!