Hello Vercel team,
I’m currently building a Python backend that uses Vercel Blob, and while I’d love to use an official SDK, none exists yet. As a workaround, I’ve been relying on the unofficial vercel_blob SDK.
However, I’ve been running into upload failures quite often, so I’ve been looking around for something more reliable. I also gave the new Vercel CLI blob commands a try, but there are a few limitations for my case:
- The CLI requires not only a read/write token but also a login flow via browser—there’s no way to authenticate purely through code.
- Tokens expire after about 10 days, with no refresh token support, making it impractical for backend automation.
Do you have any plans to release an official Python SDK for Vercel Blob? It would greatly improve stability, authentication, and long-term maintainability for Python-based projects.
Thank you for considering this request!