To play large videos with direct link from Google Drive, we will need an extension:
[FREE] HPass - HTML Parser (Beta v0.1.0) - Extensions - Kodular Community
After installing the extension in your project, follow the step by step
Step 1:
Let’s create a connection with the export link of your video like this
In ConnectionId you will create your id.
In Url, put the export link of your google drive video
Step 2:
With the GetDocument block, you will create an id to your document with the id of your connection (previously created)
Step 3:
Now you will use the GotDocument event block. In it you will add your favorite Video Player
Step 4:
Then, you must assemble your blocks in this structure, so that the extension parses the html of your link and takes the absolute url of the video
This structure should be where you receive the url for reading in the video player
Ready! Now you can play large videos (over 100mb) directly with the google drive link
Youtube Video Tutorial:
[How to play large Google Drive Videos on Kodular - YouTube]