From 4537423c4a8b8180eaab7c8e9d620eefbaaf6129 Mon Sep 17 00:00:00 2001 From: darkroasted <61181739+darkroasted@users.noreply.github.com> Date: Sat, 23 Jan 2021 10:36:25 +0100 Subject: [PATCH] Update README.md Added an api to the cloud storage section. More info is available at https://gofile.io/api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b2b75d4..d307b8be 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Box](https://developer.box.com/) | File Sharing and Storage | `OAuth` | Yes | Unknown | | [Dropbox](https://www.dropbox.com/developers) | File Sharing and Storage | `OAuth` | Yes | Unknown | +| [GoFile](https://gofile.io/api) | Unlimited size file uploads for free | `apiKey` | Yes | Unknown | | [Google Drive](https://developers.google.com/drive/) | File Sharing and Storage | `OAuth` | Yes | Unknown | | [OneDrive](https://dev.onedrive.com/) | File Sharing and Storage | `OAuth` | Yes | Unknown | | [Pastebin](https://pastebin.com/api/) | Plain Text Storage | `apiKey` | Yes | Unknown |