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
New problem, I use delegateUploadObject to upload json file type will fail, prompt
delegateUploadObject
{ code: '110008', message: 'The file payload size is inconsistent with the parameter payload size', statusCode: 400 }
https://github.com/HelloRickey/greenfield-test/blob/main/test2.js#L35
The text was updated successfully, but these errors were encountered:
@HelloRickey
Thanks for the feedback we have reproduced it, but the reason is not sure, it may be the relationship of SP.
I've tried several common file formats, and JSON seems to be the only one that does.
JSON
If your needs are urgent, you may need to change the format (such as txt), and so on, we will repair the first time.
txt
Sorry, something went wrong.
fixed #554.
And released in 2.0.1
rrr523
No branches or pull requests
New problem, I use
delegateUploadObject
to upload json file type will fail, prompthttps://github.com/HelloRickey/greenfield-test/blob/main/test2.js#L35
The text was updated successfully, but these errors were encountered: