-
-
Couldn't load subscription status.
- Fork 691
Open
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"));
Metadata
Metadata
Assignees
Labels
No labels