
Here is a video that shows all of the steps. Some of the previous users were close, but they were missing a step here or there. We might find a solution to this in the future like providing a permanent URL that will redirect to these changing URL but no promises. The problem is that this link has a limited time to live, so it will work for a little while and then stop working.īasically the URL of the image file stored in Drive should be accessible without any authentication once it has been set shared publicly but that URL is going to change at some point.

You can also easily get a link to the image manually by right clicking on the image in the Google Drive default image viewer. Then you can get the URL to the image programmatically by either using the Google Document List API or using the Google Drive API (i.e.

You can do that programmatically using the Google Document List API, or manually through the "Share" button on the Drive image viewer. What you have to do is set the Access Control List of the file to Public Read-Only (or Public Read/Write). I think it is possible but only for a short time Note: An alternative to the procedure above, is uploading the file with an extension that Google Drive cannot open/is not associated.

