Skip to content

Commit ab75669

Browse files
authored
Merge pull request public-apis#258 from davemachado/add-cloud-storage-apis
Add cloud storage APIs
2 parents 280e1c2 + 9ac6ad3 commit ab75669

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ For information on contributing to this project, please see the [contributing gu
1313
* [Books](#books)
1414
* [Business](#business)
1515
* [Calendar](#calendar)
16+
* [Cloud Storage & File Sharing](#cloud-storage--file-sharing)
1617
* [Currency Exchange](#currency-exchange)
1718
* [Development](#development)
1819
* [Documents & Productivity](#documents--productivity)
@@ -95,6 +96,15 @@ For information on contributing to this project, please see the [contributing gu
9596
| Holidays | Free API for obtaining information about holidays. | No | [Go!](http://holidayapi.com/) |
9697
| Non-working days API | Database of ICS files for non working days | No | [Go!](https://github.com/gadael/icsdb) |
9798

99+
### Cloud Storage & File Sharing
100+
101+
| API | Description | Auth | Link |
102+
|---|---|---|---|
103+
| Box | File Sharing and Storage | `oAuth` | [Go!](https://developer.box.com/) |
104+
| Dropbox | File Sharing and Storage | `oAuth` | [Go!](https://www.dropbox.com/developers) |
105+
| Google Drive | File Sharing and Storage | `oAuth` | [Go!](https://developers.google.com/drive/) |
106+
| OneDrive | File Sharing and Storage | `oAuth` | [Go!](https://dev.onedrive.com/) |
107+
98108
### Currency Exchange
99109

100110
| API | Description | Auth | Link |

0 commit comments

Comments
 (0)