node-formidable / node-formidable/formidable
Question: How to use inside Google Cloud Run?
Open
Nobody has claimed this yet.
Status: Accepted
Type: Documentation
Type: Enhancement
Type: Question
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 689
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 2
Description
Question: How to use inside Google Cloud Run?
Is it possible to use Buffer.from(req.rawBody, "base64") instead of req inside Google Cloud Run =>
const form = new Formidable({
uploadDir: os.tmpdir(),
keepExtensions: true,
});
const [fields, files] = await form.parse(Buffer.from(req.rawBody, "base64"));
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Formidable.parse entry point and the Google Cloud Run request-body behavior described in the issue. Determine whether the shown Buffer input is supported, and confirm completion with a documented usage example or a clear statement of the limitation; no project file or test is named.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- gcp, javascript
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100