ERR_UNKNOWN_URL_SCHEME when opening Google Maps links

Hi everyone, I’ve spent the last few days fixing a couple of things on my website, and this setup is now working properly. The only thing I still need is the ability to upload multiple images at once. Can You help me?

Hi dear,
I was just about to write to you.

You have no idea how many extensions/methods I’ve tried :scream:

But thanks to the :raising_hands:vknow:raising_hands:'s extension I managed (maybe) to find a solution, give it a try.

You can use both android.intent.action.GET_CONTENT and android.intent.action.OPEN_DOCUMENT

Thanks for the quick reply. I tried adapting this to my setup and used these blocks but unfortunately they don’t work:


The blocks I’m currently using

work perfectly and upload a single image without any issues every time. I’d just like to enable uploading multiple images at once.

Using Activity Starter already works perfectly, so it seems like it would just need a few extra blocks to support multiple uploads. Do you have any idea how this could be implemented?

StartActivity block is missing

and

b.true

I tried this block system but it doesnt work ( I think i placed the Start Activity wrong):

This is the problem:

StartActivity must be placed below everything, like you did here

1 Like