https://github.com/aliyevh/fastapi-cloud-drives
FastApi module to use cloud storages
https://github.com/aliyevh/fastapi-cloud-drives
dropbox fastapi fastapi-cloud-drives fastapi-dropbox fastapi-s3 google-drive-api onedrive
Last synced: about 1 year ago
JSON representation
FastApi module to use cloud storages
- Host: GitHub
- URL: https://github.com/aliyevh/fastapi-cloud-drives
- Owner: AliyevH
- Created: 2021-02-15T17:41:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T11:31:36.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T19:19:48.583Z (about 1 year ago)
- Topics: dropbox, fastapi, fastapi-cloud-drives, fastapi-dropbox, fastapi-s3, google-drive-api, onedrive
- Language: Python
- Homepage:
- Size: 69 MB
- Stars: 23
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FastAPI Cloud Drives
[]()
[](https://github.com/MadeByMads/fastapi-cloud-drives/issues)
[](https://github.com/MadeByMads/fastapi-cloud-drives/pulls)
[](/LICENSE)
The FastAPI Cloud Drives module supports AWS S3, Google Drive, Dropbox cloud storage providers. You can easily search, upload, download files from this cloud providers.
### 🔨 Installing
with poetry
```bash
poetry init
poetry shell
poetry add fastapi-cloud-drives
```
or pip
```bash
python3 -m venv .venv
source .venv/bin/activate
pip3 install fastapi-cloud-drives
```
### 💻 Google-Drive
For using fastapi-google-drive use link
[FastAPI Google Drive](docs/google_drive.md)
### 💻 DropBox
For using fastapi-dropbox use link
[FastAPI DropBox Drive](docs/dropbox.md)
### 💻 AWS S3
For using fastapi-s3-drive use link
[FastAPI AWS S3](docs/aws_s3_drive.md)
###
See also the list of [contributors](https://github.com/MadeByMads/fastapi-cloud-drives/graphs/contributors) who participated in this project.
### 👀 Contributing
We are open to new ideas, additions. If you have any we would be happy to recieve and diccuss.