itszechs / DriveStream

Stream video files from Google drive
Apache License 2.0
283 stars 29 forks source link

Migration from hardcoded values to user inputs #107

Closed itszechs closed 1 year ago

itszechs commented 1 year ago

As part of this change, users are now required to create their own drive client to use with the app. This will eliminate the timeouts and rate limiting caused by the use of one central drive client.

Please follow the instructions to set up your drive client and start using the app with your own inputs. making-your-own-client-id

Closes #73, Closes #103 , Closes #105 , Closes #106