-
Notifications
You must be signed in to change notification settings - Fork 21
BUG: Upload a Document file using addItems() fails #76
Comments
I have a fix for the issue but don't have right to push: $ git push origin yorenet-fix-issue76 |
Here is the fix:
|
@yorenet Hello, thanks for the fix, but i can't send Document do you have an idea ? |
Sure. Here is a sample code to upload a file after the fix: /* assumptions
*/
/* |
Thanks a lot @yorenet it works very well !! |
Observed Results:
It is not possible to upload files using addItems() method because of the following wrong assumptions:
Expected behavior:
Code should respect for 'multipart/data' content_type
The text was updated successfully, but these errors were encountered: