I would like to store image files on a drive and link to them from a collaboration notebook. Is this possible? For example.
google-drive/ notebook.ipynb
A possible alternative to the great answer by Arpit Gupta for images are publicly shared: Get the ID of your file and prepend this line:
https://docs.google.com/uc?export=download&id=
Grabbed it from this forum post.