itszechs / DriveStream

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

rate_limit_exceeded #72

Closed Kira-0007 closed 1 year ago

Kira-0007 commented 1 year ago

Screenshot_2022-12-08-18-55-36-593_com android chrome First of all Thankx for this 1.2.2 update bro.

But I can't login more than 1 device.. please can you increase login number to 2-3.. if possible please can you do it 🥺

itszechs commented 1 year ago

As mentioned in the readme, the app is built using rclone's client id and secret (which in itself is wrong, to use some other apps creds).

https://github.com/itszechs/DriveStream/blob/67188b7c9b820df672c6a6b666a5af15ca8f47a5/README.md?plain=1#L76

For obvious reasons there is a limit to how quickly an app can receive new users. Since the apk on this repo uses rclone's creds, its bound by limits set by nick (rclone's dev).

You're free to use your own client id and secrets, instructions are mentioned in the readme.

Note: There is always an option to wait it out.