This project allows you to create an index for your OneDrive,Gdrive,Pcloud.. etc files using Cloudflare Workers. With this index, you can download files using Cloudflare's reverse proxy, open files with an Android app, and enjoy resume download support.
- Fork this repository to your GitHub account.
- Edit index.config.ts file.
- Replace the refresh token.You Will get refresh token from here.
- Set up a new project on Cloudflare Pages.
- Log in to the Cloudflare dashboard and select your account in Account Home > Pages.
- Select Create a new Project and the Connect Git option.
- Select the git project you want to deploy and click Begin setup
- Use the following build settings:
- Framework preset: Astro
- Build command: npm run build
- Build output directory: dist
- Click the Save and Deploy button.
- Download files with Cloudflare reverse proxy.
- Open files with Android app and in windows PotPlayer.(for video files)
- Resume download supported.
- multi drive supported.
We have some exciting features in the pipeline:
- Search for files.
- Admin authentication for added security and control.
Contributions are welcome! Feel free to open issues and pull requests to help improve this project.
This project is licensed under the MIT License.
Disclaimer: This project is not affiliated with Microsoft or OneDrive. Please use it responsibly and in compliance with the terms of service of the services you are using.