CodeIgniter-Dropbox-API-Library icon indicating copy to clipboard operation
CodeIgniter-Dropbox-API-Library copied to clipboard

No support for chunked_upload

Open chil360 opened this issue 12 years ago • 3 comments

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.

chil360 avatar Mar 12 '13 00:03 chil360

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.

jimdoescode avatar Mar 12 '13 01:03 jimdoescode

Try https://github.com/Kendysond/Dropbox-Api-for-Codeigniter

Kendysond avatar Apr 07 '15 13:04 Kendysond

If you're going to use another library I recommend the official dropbox API instead. https://www.dropbox.com/developers/core/sdks/php

jimdoescode avatar Apr 07 '15 20:04 jimdoescode