Automatically uploads large files to GoFile when they go over Discord's upload limit, and then pastes the download link into the chat box.
Requires Equicord.
- Navigate to your
src/userpluginsfolder - Clone or pull the plugin:
git clone https://github.com/Sighyu/GoFileBigUpload.git/git pull - Run
pnpm buildfrom the root directory - Enable GoFileBigUpload in the plugins menu
- Intercepts files over a certain size (default 500 MB) before Discord rejects them (depends on nitro idk what it is for free/basic tier so I did this)
- Uploads to GoFile through their API with progress tracking
- funny neko girl in header bar button with upload progress and history popout
- Copy any old upload link from the history panel
- setting to change upload region for optimized speeds and shiz
| Setting | Description | Default |
|---|---|---|
| API Token | GoFile API token from your profile page. Leave empty for guest uploads. | (empty) |
| Upload Region | Server region for uploads (Auto, EU, NA, AP, SA). | Automatic |
| Size Threshold | Minimum file size in MB to trigger GoFile upload. | 500 |


