The PublicUrl and TemporaryUrl Ingredients create links that point to specific files in your Applets/connections.
PublicUrl Ingredient
It is accessible to anyone with the URL and it expires after 1 year. You should use this ingredient if you intend to access the file via the URL at some point in the future.
TemporaryUrl Ingredient
It is also accessible to anyone with the URL, but it expires after 30 days. You should use this ingredient if your Applet/connection accesses the URL once and then no longer needs it.
For example, if an Applet saves your photos to Dropbox, the TemporaryUrl ingredient can be used since the Applet won’t need that URL to be active after the photo is uploaded to Dropbox.