No support for chunked_upload
Can you add a support for the chunked_upload feature of the Dropbox API?
The add function should also check that the file to be uploaded does not exceed the 150MB limit imposed by the API.
I was wondering how long it would be before someone brought this up. I'm not sure when I will be able to add this. I do plan on it but am too busy right now. Feel free to fork and add it if you need it anytime soon.
As for adding a file size check I would rather not do that because it's a seemingly arbitrary amount that dropbox could change at some point in the future. I would much prefer people just read the dropbox documentation and glean that for themselves.
I'll leave this ticket open until chunked upload is completed.
Try https://github.com/Kendysond/Dropbox-Api-for-Codeigniter
If you're going to use another library I recommend the official dropbox API instead. https://www.dropbox.com/developers/core/sdks/php