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 Apr 29, 2022. It is now read-only.
It could be used curl to Create a Quick Expense with an Image(create-quick-expense-image) , but when it was executed with python, there was a "500 - Internal Server Error" problem.
I also tried to save file 'Image_1.jpg' as a Base64 encoded image, it was also "500 - Internal Server Error".
Is there any thing wrong with the format or endpoint?
status_code: 500
text: {"timestamp":"2020-02-03T05:23:52.473+0000","httpStatus":"500 - Internal Server Error","errorMessage":"Internal server error. Please contact system administrator.","errorId":null,"path":"/quickexpense/v4/users/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/context/TRAVELER/quickexpenses/image"}
Failed to create quick expense with image.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It could be used curl to Create a Quick Expense with an Image(create-quick-expense-image) , but when it was executed with python, there was a "500 - Internal Server Error" problem.
I also tried to save file 'Image_1.jpg' as a Base64 encoded image, it was also "500 - Internal Server Error".
Is there any thing wrong with the format or endpoint?
● curl command:OK
response result:
{"quickExpenseIdUri":"https://seapr1qes.concurasp.com/quickexpense/v4/users/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/context/TRAVELER/quickexpenses/33585510B733F3429F975D4E81B1AFFC"}
● python code:500 - Internal Server Error
response result:
The text was updated successfully, but these errors were encountered: