Google Form "Select file from your device"

Hi Nishyanth Kumar,

I just go thru the Activity Starter, but......
Sorry, I not really understand how to use it.
Let me try to search on this 1st.
Thanks for your advice.

1 Like

Drag an activity starter onto the pane, and enter in the following code (change the URL, but make sure it includes http:// or https://):
image

Edit: This will open the link as soon as the app starts in your default browser (you'll probably need to sign in thoough)

1 Like

Hi Nishyanth Kumar,

I just tried on your advice.
It work.
It opened a browser and need to sign in again.
Thanks for your guide.

May I know still have any other way open inside app?
Because I also create 3 shortcuts and link to other screen.

Yeah, you'll need to sign in, that's the only hassle here.
You could try using the CustomWebView extension, but I don't think that will work either...

Did you read this?

1 Like

Dear vknow360,

I will go thru again.
Sorry for make you trouble.
If I not understand and need help, I will ask again.
Thanks

The question was directed at me, not you :slight_smile:

As for that, I'm not sure. The user will have to return to the app. Maybe you could try using a Notifier.

If the user clicks on "No," then the notifier will close and you can interact with the other buttons. If the user clicks on "Yes," then the Forms page will be opened on the default browser.

Here's the code:

1 Like

Dear Nishyanth Kumar,

I understand this.
Mean I need to create 2 button for selection.
And the result will same as just now.
Thanks again.

I trying to download the CustomWebView and try it.
I also go thru vknow360 advice, but not really understand.
Sorry and forgive me, because I not really good in English.
I just want to try something new, but face problem at 1 try.
Hehe..

Again, @vknow360's advice was for me, not you :slight_smile:

You don't need to, but good luck!

All of us have those moments, you're not the only one :wink:

Actually he should use CustomWebView, but it won't be easy for him to configure it correctly.

1 Like

Dear vknow,

You are right.
I just upload it, and jam at there.
Don't know what should I select.
Hehehe.

Please search in the community to know how to correctly use CustomWebView.

1 Like

Dear Nishyanth Kumar,

Ohh.... Sorry!
Just realize vknow360 advice is for you.

Hi vknow360,

I just follow and create blocks.


Try until now and finally I manage to select image from my device already.
But, I face a new problem.
"Selected file is not supported for upload" message appeared.

Need your advice.
Thanks.

If mime type is empty then set Activity Starter's data type to */* else set it to mime type.

1 Like

You mean like this?

But what if mimeType is empty? In that case you should set DataType to */* .

1 Like

If I put / or empty Error 601 will occur.