5

I am trying to upload files to Dropbox using API v2 /upload endpoint. Sometimes I get a 413 error response from the Dropbox server (Request entity too large).

Unfortunately, maximum file size is not described in the documentation, maybe someone know about it?

edtech
  • 1,734
  • 20
  • 20

1 Answers1

7

Sorry, we'll add this to the documentation.

I'm pretty sure the limit is unchanged from API v1, so it's 150MB. Beyond that, you should use /upload/session/*.

user94559
  • 59,196
  • 6
  • 103
  • 103