We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
POST https://content.dropboxapi.com/2/files/upload_session/append_v2
409 incorrect_offset/.
Is there any facility/config for large file upload??
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 a409 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??
The text was updated successfully, but these errors were encountered: