HomePhabricator
Diffusion Comm b11c17237618

[blob] Support uploading base64-encoded blobs

Description

[blob] Support uploading base64-encoded blobs

Summary:
Address ENG-9413.

As an alternative to blob_data multipart form field, added a base64_data field which accepts base64-strings.

I could take advantage of multipart "field types" (MIME types for fields) and check type of existing blob_data but there's a risk that React Native fetch would not support it correctly, so went with a simple solution.

Test Plan: Tested on staging with D13495

Reviewers: tomek, kamil, varun, will

Reviewed By: will

Subscribers: ashoat

Differential Revision: https://phab.comm.dev/D13503

Details

Provenance
bartekAuthored on Fri, Sep 27, 7:29 AM
Reviewer
will
Differential Revision
D13503: [blob] Support uploading base64-encoded blobs
Parents
rCOMM43df5d008919: [terraform] identity 0.39 staging deployment
Branches
Unknown
Tags
Unknown
References
HEAD -> master