DriveStream
Stream video files from Google drive
Install / Use
/learn @itszechs/DriveStreamREADME
Screenshots
Splash|Home|Themes
:-----:|:-------------------------------:|:-----------:|
|
|
Pagination|Players|Playback
|
|
Download
Go to the Releases to download the latest APK.
What scopes are used?
This app uses https://www.googleapis.com/auth/drive scope as it needs permission to get() or
download the file in order to stream it.
Q. What operations does it perform using the drive scope?
-
This app for the most part only lists files granted which can be done using
drive.readonlyscope but it also needs permissions to download the file so the video player can stream it. So to answer the question, app performs two operations- List files
- Download files
Thanks to mpv-android for buildscripts to compile libMPV
and MPVLib MPVView.
Support the project
<a href="https://www.buymeacoffee.com/zechs"><img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=&slug=zechs&button_colour=FFDD00&font_colour=000000&font_family=Poppins&outline_colour=000000&coffee_colour=ffffff" /></a>
Note
Starting v1.3.1 users MUST create their own OAuth client to continue using the app.
<details> <summary>A step-by-step video guide on how to create an OAuth client.</summary>https://user-images.githubusercontent.com/52543663/229366054-29e67440-9920-4504-8e1d-4f8eda367f2b.mp4
</details>