Hi, I have a problem downloading a .zip file from a URL, even though everything is mapped correctly, I get an error like the one in the picture. I would like to add that the file is not secured in any way and is public
This could be intermittent server issues on the external service.
Handle errors so scenarios don’t stop.
You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be retried or ignored. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.
Error directives can only be added to an error handler route.
1. Right click and select “Add error handler”
2. Error handlers will appear
For more information on error handling, see:
- Introduction to errors and warnings in Make
- Overview of error handling in Make
- Error handlers
- Overview of error handling in Make
- Watch these videos by Make - Learn all about error handling (YouTube playlist)
- Webhook Error Handling
- Types of Errors (including RateLimitError HTTP 429: too many requests)
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
@samliew Edit: I applied error handling and I still have the same error, even after manually inserting the URL into HTTP it throws this error
EDIT 2: I also tried to download this file to Google Drive, but in drive it shows me as a binary file
Try renaming it with a zip extension. For more information, see Working with Files in the Help Centre.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
I have a solution, the error was in something else. It turned out that the link was blocked by IP make, and I checked the link to see if it would be blocked by some anti-scraping protection. All I had to do was launch the link on my server. Thanks for the help