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,508
  • 18
  • 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
  • 54,841
  • 6
  • 85
  • 93