-
Notifications
You must be signed in to change notification settings - Fork 739
New issue
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
File upload example for javascript returns No file found in request. #66
Comments
Hi Linda - thanks for reporting this. I'd like to understand the issue with |
Hey @LindaLawton - could you provide @TYMichaelChen with any more info? |
sorry @markmcd I havent touched this since then. I dont use env vars as there is really no need when you are passing the api key directly.
|
Marking this issue as stale since it has been open for 14 days with no activity. This issue will be closed if no further activity occurs. |
I think @TYMichaelChen meant the general environment, not the specific vars. e.g. I tested on Linux with Node 18.19 and it worked fine. It looks like you're using Windows - the only thing I can think of is that the See if #279 helps? |
Marking this issue as stale since it has been open for 14 days with no activity. This issue will be closed if no further activity occurs. |
This issue was closed because it has been inactive for 27 days. Please post a new issue if you need further assistance. Thanks! |
I tried to run the file upload example for javascript
The file exits as i added a check for it
When i run the sample i get
Update
I did find that this works loading just the file path.
It seams its the loading the stream thats not working.
The text was updated successfully, but these errors were encountered: