dropbox-php-sdk
dropbox-php-sdk copied to clipboard
Large file upload error more than 500 mb file
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??