Unable to Display Photo from Google Drive

Hi Everyone, so i made the Application, and now recently the photo is unable to display, and back then it was okay and is there any solution for that? here i post the blocks


here's the display


here's the block


and here's the source of link photo

Thank you!

You call the Input_data.Get function, but I did not see the Input_data.GotText event, instead of that , you opened another screen.

You need to use a different url to display images from Google Drive now:

https://lh3.googleusercontent.com/d/10Td0e7m2j6xWe29tAFAdx_bzEdmD1E8F

for example:

(You could also use lh4, lh5 & lh6)

Either change the links you have in your spreadsheet to this format, or use some regex to extract the file ID in your app and prefix the rest of the url

Check an example shared here in sample blocks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.