Skip to content

Commit

Permalink
update quickstart with file size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
rmflight authored and slint committed May 24, 2024
1 parent a6c49b5 commit c7e1205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/overview/_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ axios.post("https://zenodo.org/api/deposit/depositions", requestParams).then(res

<div class="align-columns"></div>

- Now, let's upload a new file. We have recently released a new API, which is significantly more perfomant and supports much larger file sizes. While the older API supports 100MB per file, the new one has no size limitation.
- Now, let's upload a new file. We have recently released a new API, which is significantly more perfomant and supports much larger file sizes. While the older API supports 100MB per file, the new one has a limit of 50GB total in the record (and any given file), and up to 100 files in the record.

<div class="align-columns"></div>

Expand Down

0 comments on commit c7e1205

Please sign in to comment.