Then with the WhenWebPhotos.Got Text im doing a Json Decode in order to creat a list with the Urls Named GlobalPhtotoUrlsList which will be used next for Caching
Then When Weburls.GotFile (newWebComponent) in order to be used to download the photos from Urls and it is calling the StartSingle Download procedure to download each list.
And finaly i want to display those photos in 4 images in random to change randomly every 30 sec.
Do you have any idea why the Urls are note saved to path and i am not able to use the app?
How it sould be like:
Did you checked the photo of the code? in order to give me more specific directions?
Do you know any extention to do that easyer ?
I have asked also chat Gpt - and Gemini but both ai did not helped.
May i use your extension WebViewExtra - Upload/Download Files with webviewer
in order to create a list with the the Downloadble Urls after the Json Decode and to store them and then to be used for downloading and store the images in a local file?
I would like to ask you this. In the provided photo there is the variable initialize global listFilename to make a list (and the are given the names of the photos ) . How am i supposed to create a variable to create a list by the downloaded Urls which it is provided by the google app script and is Json decoded by a web ?
I am new to this so any help will be appreciated
You can use google apps script to return the filenames and urls for files on your google drive. I provided a link for how to use such a script in your other topic: