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.
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!
@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.
@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).
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?
Itās in progress at the moment but I donāt have a definitive fix date for it Iām afraid. It could be a couple of weeks, or (if something else takes priority) over a month.
In the meantime, the best solution would be to use the Make an API Call module and interact with the Canva Connect API directly - though thatās obviously a little more complex solution.
Iām happy to announce that weāve just updated the Canva Export a Design module so that multiple files are now delivered as multiple output bundles from the module.
Please try it out and let us know how it works for you!