You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
I've created a Bluemix App and using cloudantNoSQLDB service with a lite plan. Now one of my document is in excess of 5 mb (as it contains a few base64 encoded data of images) and when I try to create the doc, I get this 413 - Request Entity Too Large error.
Is it the type of plan I have that's restricting me to create documents of this big size? Please help.
The text was updated successfully, but these errors were encountered:
@chintankshah
Yes, as per #317 (comment) I believe the Cloudant service on Bluemix is limited to 1 MB in a single request. You may be able to workaround the limit by uploading your document and attachments in separate requests.
For example:
If you want to discuss the actual plan limits further I suggest contacting Bluemix or Cloudant support as it is out of scope of the java-cloudant client.
Hi,
I've created a Bluemix App and using cloudantNoSQLDB service with a lite plan. Now one of my document is in excess of 5 mb (as it contains a few base64 encoded data of images) and when I try to create the doc, I get this 413 - Request Entity Too Large error.
Is it the type of plan I have that's restricting me to create documents of this big size? Please help.
The text was updated successfully, but these errors were encountered: