Hexer10 / youtube_explode_dart

Dart library to interact with many Youtube APIs
https://pub.dev/packages/youtube_explode_dart
BSD 3-Clause "New" or "Revised" License
299 stars 122 forks source link

The app has been rejected from the AppStore. #230

Closed jtaxiexpress closed 1 year ago

jtaxiexpress commented 1 year ago
Guideline 5.2.3 - Legal

Since your app streams contents from YouTube, we still require documentary evidence from YouTube that shows you have all necessary rights or permissions to the third-party video streaming in your app.

Documentary evidence can be terms of use or copyright/permissions statement that has been officially published by YouTube.

What about your apps? How are you dealing with it?

RamiroGarrido commented 1 year ago

This library is a work around to gain access to the youtube api...but the LEGAL way to do this is registering yourself inside the google cloud console and activating the youtube api through it, so u can access the api with your own api key. That way google is able track your usage of their api and charge u if u pass the limit rates. I guess this is the first time you use a google api friend...all their apis are managed through the google cloud console and this is the correct way to do it...any other "work around" only expose u to legal problems or security holes in your code.

Hexer10 commented 1 year ago

Dupe of https://github.com/Hexer10/youtube_explode_dart/issues/152

Unfortunately I've no suggestions on how to deal this.