How to unzip the Canva export?

Hi there,

I am trying to export my Canva designs to upload them to my Google Drive.
The problem I am encountering is that the data (usually a zip file) exported from Canva is not recognised by the archive module.

Do you have any advice?
blueprint.json (11.6 KB)

Looks like you are exporting as PNG, so it’s not an archive file that you can unzip.

Screenshot_2024-08-17_130805

Hope this helps! Let me know if there are any further questions or issues.

— @samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

Hi @samliew

Thanks for helping.

Actually, this setting is for the format of the Canva pages you want to export. There is no ZIP choice
Capture d’écran 2024-08-17 à 08.54.45.

In my case, I want to export several pages at once, as the module allows.
Capture d’écran 2024-08-17 à 08.58.26

However, I have not found any information on how to convert the data output from the module into the images I need.
Capture d’écran 2024-08-17 à 08.59.48

Tks

Are also trying to export, both PNG och MP4.
If you do it through Canva you get a link to download the file. And it is the link I need in my scenario.

"urls": [
  "https://export-download.canva.com/..."

First you create export job, then a second command to get export jobb. But to do that you need exportID, which you don´t get through Make.

How to work with Export design in Make? How and where to get the file or link?

@EuroCrafted I’m not 100% certain (checking at the moment) but I think that when you download designs with Export as a single image as No, then each image will be in a separate bundle.

If that’s the case, everything in the path after the Export a Design module will run for each bundle.

So all you’d need is the following:

@CharlieNerdica in Make, the polling for Canva job completion is done for you.

So you don’t need to do a second command to get the export job. You just get the exported file data in a mappable object called Data (as in the previous message).

Hi @DavidGurr_Make,

Thanks for your help. Indeed, the output of “Export a design” is a single image (the first of the batch I want to download). The question is, how to get all the images?

Could you post a screenshot of your scenario, as well as screenshots of the parameters for each module?

Hi.

Here is the blueprint.

blueprint.json (10.9 KB)

Tks

And there’s definitely multiple images in that Design?

Yes. More than 100.

Thanks. It’s looking like there’s a bug in the Canva app relating to multiple images … we’re investigating

:eyes:

1 Like