Loading a link from Google Drive to Firestore Database and displaying it in Flutterflow

Database & APIs

Hello! While developing my project, I came across the problem of how to store photos for use in the application. The problem is that people upload photos through Google Forms and all the links are in Google drive.

What have you tried so far?

I'm looking for a way to save these links to the database so that they are displayed normally in FF and do not cause OBJECT EVENT. When I just put this link in the imageurl value in the widget, everything works. But if you load the links into the database and then try to insert the imagepath into the widget, an object ebvent occurs. Attached are examples of the links I use.

https://drive.google.com/uc?export=view&id=PHOTO_ID

https://drive.google.com/uc?id=PHOTO_ID

Both options don't work. Does anyone know how to fix this?

Did you check FlutterFlow's Documentation for this topic?
Yes