Is there a way to get a notification if the download is not successful?

I made an application to download images from Google Drive using a download component. Initially it went well, but the application stopped when the download was not successful. The question is, is there a way to get a notification if the download is not successful?

This is my block for download:

If download successful:

1 Like

Annotation 2021-01-07 104658

Check the Show Notification box to show notification.

1 Like

You are using in built component of kodular. I when ever Download can’t download the file from URL then it always show me download unsuccessful and if completed then show me download completed.

Or you can detect if file present or not

Thank you for your reply, I’ll try after I get home :slightly_smiling_face:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.