feacluster
feacluster
I have it working with 2.18. Haven't tried newer versions. I am not that hip with git, but here are the edits below which are fairly straightforward. ``` In base_classes.py:...
If I understand correctly, the OOB will stop working October 2022. I tried the suggestion of putting my own flow.redirect_uri but when I try and authenticate on google, it says,...
Think I figured it out ( although not 100% sure this is kosher with Google ): When creating your OAuth credential, I selected "Web application" and put in "https://mysite.com/" for...
Got another dreaded email reminding about the "Action required: Migrate your impacted Oauth out-of-band blah blah blah". In the email I clicked on the "unhappy" face and sent them feedback...
So I've tried putting my own flow.redirect_uri in ___init.py___ as followed: ``` # flow.redirect_uri = "https://mysite.com" ``` But when I try and upload a video , google give me this...
Think I finally figured it out ( although not 100% sure this is kosher with Google ): When creating your OAuth credential, I selected "Web application" and put in "https://mysite.com"...
YouTube makes this process incedibly complicated and confusing . They think we're all large corporations with huge IT staff and $$ to understand what they want us to do. The...
> good news, I was passed `YouTube API Services compliance review`, the new upload video can be public. > > cost time: 8 days Can you share what they requested?...
> @feacluster sure, but not difficult, simply, I give them a screen record video to show how I used this tool to upload video in command shell, and show the...
My app passed the verification from YouTube. But still when I upload videos via the youtube-upload script they are still being marked as Private. They asked for a demo video...