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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions