This is part of the data I receive from Google's Calendar API:
{
"fileUrl":"https://drive.google.com/file/d/1q-cSkADjUnD0PGOamZKI44oIL_cXDJlg/view?usp=drive_web",
"title":"2.png",
"iconLink":"",
"fileId":"1q-cSkADjUnD0PGOamZKI44oIL_cXDJlg"
}
How do I achieve the direct link to the file (using JavaScript) so I can use it as datasource? example:
https://something.com/2.png
Edit: This link (right click & copy image adress) works as datasource, I just don't know how I would dynamically create it.