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
form-data
I'm trying to write a request to upload a file and I'm trying to replicate this script #385 (comment)
But when I import form-data with
const FormData = require("form-data");
the request fails with the following error
Error invoking remote method 'send-http-request': VMError: Operation not allowed on contextified object.
The text was updated successfully, but these errors were encountered:
actually, I just figured it out, I was forgetting to allowlist the form-data library
Sorry, something went wrong.
No branches or pull requests
I'm trying to write a request to upload a file and I'm trying to replicate this script #385 (comment)
But when I import
form-data
withthe request fails with the following error
The text was updated successfully, but these errors were encountered: