Should documents live in app storage or an external provider?
- Playcode persistent file storage within current plan limits
- External file or object-storage provider through its API
Choose: Start with the simplest storage path that satisfies size, retention, regional, and access requirements. Keep document metadata and authorization in the portal either way.
Tradeoff: First-party app storage keeps the initial workflow smaller. An external provider can add controls or existing-file access, but requires its own account, plan, server-side credentials, API limits, and tested failure handling.
