Pulling images dynamically from Google Drive from Wix report

Hello I have a form that connects to a collection where doctors fill in a patients consult. Since they are geneticists, they also have to upload a drawing of the genealogy.
What I want to achieve is for the form to upload the image to google drive (or any other similar app) so as to avoid using the hosting storage.
Then when pulling the record, it would dynamically bring the image from the google drive location.
Any thoughts?

Hi Demian. There is no automated way of connecting google drive to your wix site. You would have to write code that connects to google drive’s REST API through wix-fetch functions.

here are some reading materials on connecting 3rd party services:

https://support.wix.com/en/article/accessing-3rd-party-services
https://support.wix.com/en/article/working-with-the-html-component-in-wix-code
https://support.wix.com/en/article/how-to-send-an-email-on-form-submission

and information on how to use wix-fetch:

https://www.wix.com/corvid/reference/wix-fetch.html

and finally some examples on connecting other google services to a wix site:

google calendar:
https://www.wix.com/corvid/forum/community-discussion/example-google-calendar-api-create-event-in-your-google-calendar-with-corvid

google sheets:
https://www.wix.com/corvid/forum/community-discussion/example-google-sheets-npm

thanks, google drive has an app that is installed from Wix. So that connection is done. My question is how do I manage to upload photos to google drive from wix.