dropbox-php-sdk icon indicating copy to clipboard operation
dropbox-php-sdk copied to clipboard

Large file upload error more than 500 mb file

Open imdadk opened this issue 5 years ago • 0 comments

I am trying to upload large file but its gives me the error after long time running the script.

This is the error.

PHP Fatal error: Uncaught GuzzleHttp\Exception\ClientException: Client error: POST https://content.dropboxapi.com/2/files/upload_session/append_v2 resulted in a 409 incorrect_offset/. response: {"error_summary": "incorrect_offset/.", "error": {".tag": "incorrect_offset", "correct_offset": 300000000}} in /var/www/html/lib/dp/guzzlehttp/guzzle/src/Exception/RequestException.php:113

Is there any facility/config for large file upload??

imdadk avatar Apr 19 '20 13:04 imdadk