Cloud Storage API is a unified backend solution that connects multiple cloud storage providers through a single, consistent interface.
This project is backend-only and currently supports GitHub and Dropbox. It abstracts their APIs into a unified set of endpoints, so your applications can interact with multiple providers without changing code for each one.
By acting as a middleware, it handles authentication, request translation, and response normalization. You can use the included playground or integrate it directly into your app.
Consistent endpoints for listing, uploading, downloading, deleting, renaming, and managing files/folders.
Write your integration once and work with GitHub, Dropbox, or any future providers seamlessly.
Clean REST endpoints that follow standard conventions for smooth integration.
Environment-based authentication ensures your tokens and credentials are protected.
GitHub REST API
Explore all GitHub endpoints and authentication methods.
Dropbox API
Official Dropbox developer docs and resources.
Note: This is a backend service only. Use Postman, cURL, or the interactive playground to test endpoints.