How to fix error code 119 in FileStation upload #132
dMAC95
started this conversation in
Show and tell
Replies: 2 comments 1 reply
-
The code I wrote isn't derived from this code base, I was using this code base for reference. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been banging my head against the wall for hours trying to fix this issue. I don't know if this is really the right place for this, but I need to share it somewhere, to save someone else from this headache.
I couldn't get a file to upload, it kept giving me error code 119 and this was the request I was using to post the data:
I was so frustrated and tried every code combination I could think of. Even chat GPT gave up on it and told me to just contact support.
The trick that worked was to add the params as params assignment as well as the data assignment. I don't know why I didn't try that sooner because my other routes use that lol.
Beta Was this translation helpful? Give feedback.
All reactions