Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not load video preview (Youtube(error=NeedAccess)) #76

Open
luismoramedina opened this issue Apr 22, 2023 · 10 comments
Open

Could not load video preview (Youtube(error=NeedAccess)) #76

luismoramedina opened this issue Apr 22, 2023 · 10 comments

Comments

@luismoramedina
Copy link

1 year working but suddenly appears this message with every video, including cat example.

Thanks and regards!

@GeoffreyPlitt
Copy link

I'm seeing this as well.

@maxhille
Copy link
Member

I am sorry to inform you that I had to unpublish the app from Google Play after Google/YouTube pulled the plug on our API access.

Some more detail at https://lambdasoup.com/post/watch-later-bye/

@GeoffreyPlitt
Copy link

Man this stinks, I'm sorry to hear it. This app was my last resort for easily adding videos to my watch-later after youtube already shut down features like email-notifications and easy access to watch-later in the UI.

Cheers for keeping this going all this time.

@jschmid
Copy link

jschmid commented Apr 23, 2023

Thanks for the work folks! It was a great app!

@ElmorenohWTF
Copy link

Would there be any method to continue using it?

@maxhille
Copy link
Member

maxhille commented Sep 25, 2023

@ElmorenohWTF you can in principle build the app yourself with your own Youtube API token.

This comment was wrong/misleading. See below

@GeoffreyPlitt
Copy link

Would love if someone could try doing that and report back if it works (and full instructions). I'd love to build this with my API token and use it on my phone.

@luismoramedina
Copy link
Author

A configurable way to insert your token would be great, I'm not capable of doing a pr 😔

@maxhille
Copy link
Member

Sorry my comment was misleading/wrong. A YouTube API token is not needed since a couple of versions. So you won't find where to put it.

The rough steps needed to build your own personal APK should be roughly:

  1. Set up Android dev environment which can build the app
  2. Create Google Cloud project with YouTube Data API enabled
  3. Register your APK signature (probably from your local debug key) in the GCP project. Without this, you will not be able to add the Google Account with YouTube access in the app.

@ElmorenohWTF
Copy link

ElmorenohWTF commented Sep 26, 2023

Would it be possible to make that process easier? I don't know, maybe including somewhere to put the YouTube API token? Or maybe some more detailed tutorial on how I could manage to perform the third step could help me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants