Drive File Display Extension (FREE)

This extension will help you in displaying any file(PDF, Image, Video, Audio) from the Google Drive directly to your app.

Annotation 2020-12-31 215321

Instruction

Add your Google Drive File URL and use this block to show the file in the app. Remember, the URL you will enter here must be public.

Download from here:

com.appybuilder.shivamblog100.DriveFile (1).aix (6.5 KB)

It is just a simple extension to make our work easier in day to day app development. I think this simple extension may help many Koders to show the file in their apps.

Hope you liked it.

Thank you. :slight_smile:

34 Likes

Thank you :thumbsup: :heart_eyes:
I think I literally know where to use this in my project

1 Like

You’re welcome. Glad you liked it.

2 Likes

You should added an image of result

There’s nothing to add.
Just paste the URL and attach that block to imageview(if you want to show image), or to audio player source(if you want to play an audio), etc.
:sweat_smile:

1 Like

Great extension @golumaths100 :+1:

wow nice extension @golumaths100 :grin:

1 Like

Haha, thanks. :relieved:

Thank you. :relieved:

nyc extension!

1 Like

Thanks. :relieved:

1 Like

Nice extension :ok_hand::ok_hand::ok_hand:

Thank you. :slight_smile:

very nice extension…

1 Like

Super :+1::+1::+1::ok_hand::ok_hand::ok_hand::ok_hand:

1 Like

Thanks @ammar5287 @Dhayananth_J . :relieved:

Nice extension but it can be done using simple blocks also

1 Like

Thank you.

Yeah. It can be done using some blocks. But using same blocks every time consume time, that’s why I made this extension. Well, Extensions are made to make work easier. :sweat_smile:

3 Likes

Dear koder Mr. @golumaths100 Please show me how to use?

How to design blocks for it?

Do we need to add web viewer or web connectivity?

give any one code i will follow the remaining…

1 Like

You can use screen inisializ or botton or any componen you have to use.

ex show image:
when screen inisialize
Set image picture to : call show file url (this extension block) : your url file

or

when button press
Set image picture to : call show file url (this extension block) : your url file

2 Likes