-
Notifications
You must be signed in to change notification settings - Fork 666
Storage: Unexpected token when piping from a request #306
Copy link
Copy link
Closed
Labels
🚨This issue needs some love.This issue needs some love.api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Milestone
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Hi all, what I do is a binary signed POST form the client, passing a Blob into it.
My nodejs server then checks if the POST is valid and tries to pipe the
reqinto awriteStreamcreated form a bucket:But the pipe always end with this Object.Parse exception:
Am I missing something?