Skip to content

Question: How to use inside Google Cloud Run? #1029

@boustanihani

Description

@boustanihani

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"));

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: AcceptedIt's clear what the subject of the issue is about, and what the resolution should be.Type: DocumentationAn Issue or Pull Request for improving or updating documentation.Type: EnhancementMost issues will probably be for additions or changes. Expected that this will result in a PR.Type: QuestionA query or seeking clarification. Probably doesn't need the attention of everyone.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions