After recent update random image picking not working

After the recent update image not picking from the path in the timer utility.

$tu(rndimg, 1, “/storage/emulated/0/Pictures/abcdef”)$

This is not working any more.

This was discussed here. This appears to be due to a new Google storage access policy.

Whats the solution for this.

There are two solutions suggested by Frank. First is to move all images inside the Kustom folder and a shorthand of the file path like this:

$tu(rndimg, 1, “Kustom/Pictures/abcdef”)$

Second is to use Flows instead of $tu(rndimg)$.

1 Like