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.
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
.
In my case, I want to export several pages at once, as the module allows.
However, I have not found any information on how to convert the data output from the module into the images I need.
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?
And thereâs definitely multiple images in that Design?
Thanks. Itâs looking like thereâs a bug in the Canva app relating to multiple images ⌠weâre investigating
1 Like