Skip to main content

Uploading zip from a base64 string

Comments

1 comment

  • Michal Kuperman

    Hi,

    You can add the `format` parameter with the extension like this:

    {resource_type:"raw",format:"zip"}

    Another option is to add the `public_id` parameter with the file name including the extension:

    {resource_type:"raw",public_id:"myName.zip"}

    Best,

    Michal

    1

Post is closed for comments.