- Google Drive - using API or S3
- Server + NGINX
- AWS S3
- Minio as S3-compatible self-hosted storage
upload(file: File, public: boolean) -> strupload_from_url(url: str, public: boolean, [headers: dict]) -> str// calls upload after downloading file from urlupload_from_base64(base64: str, public: boolean) -> str// calls upload after decoding base64download(file_id: str) -> Fileget_public_url(file_id: str) -> strdelete(file_id: str) -> bool