How do you download image?

now i've got
fromScope = FileScope Asset
fromFileName = /QR.jpg/
toScope = FileScope Legacy
toFileName = join blank
image1.Picture

grafik

Note: On Android < 11 you must request WRITE permission.

1 Like

"thank you so much @Anke
and that will download the image will it?

It copies the image from the assets to the Shared folder /Pictures/.
This has nothing to do with "downloading".

OMG! that's what i wanted to do is for users to be able to download to there
devices

The image qr.jpg is in the user's device, but it is in the internal storage and you can't see it as long as the device is not rooted. But you can access it via the app.

See also here: Some basics on Android storage system

oh ok so i can have users download externally and internally as well by using ///storage

:question:...

says externally here Some basics on Android storage system

Also @Anke i'm trying to display song requests
after submission in a listview
i'm using (GAS) as well
i have the API from my req sheet

here a my blocks

:question:


This can't possibly be right.

You are rewriting global Requestlist while looping over it?

and you don't even use the item you get in each iteration?

image
Here's another one.
Why set Clock2 Enabled inside its own Timer event?
How was that Timer event going to trigger if the Clock2 Timer wasn't already enabled?
If it's already enabled, why bother enabling it again?
It stays enabled until you turn it off.

I asked CHATGPT i followed what
It told me!!!

N those were the blocks I came up with

Well, who is more gullible?

2 Likes

It almost seems as if ChatGPT has a sense of humor and was kidding you.

1 Like

Yea think it was kidding me

"yea, yea so i was gullible to of asked a bot! but least i asked it
without pi**ing you lot off!

So how I would I put my blocks
In which order i'm also using (GAS) as well as i did meantion!!!

@ABG @HarshVardhanSolanki

please help

So, last I heard, you had some kind of incoming responseContent, which I have never seen.

Maybe show us what arrived?

i'm now copying from here Problem to listview data from google sheet in emulator

the blocks i got now are


but this is whats coming up in app