node-formidable / node-formidable/formidable

Question: How to use inside Google Cloud Run?

Open
#1,029 11 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.