Git Product home page Git Product logo

Comments (6)

sandeepyadav1478 avatar sandeepyadav1478 commented on June 11, 2024

Hmm!
it will take more time to edit and upload on YouTube.
I think, U can follow these steps on google (It have basic UI, just read and follow):

  1. Go here Developers.google.com

  2. Create credentials, you can follow this link also if 1st one fails developers.google.com

  3. Go to 'Credentials' tab.

  4. Click on + Create Credentials button and OAuth client ID

  5. Select Web application. I leave rest on you. You will find Authorized redirect URIs at bottom of this page, add that address there.

Youtube api v3 credentials:

  1. Click on + ENABLE APIS & SERVICES on sidebar at same dashboard.

  2. Scroll down to Youtube data Api v3, click on it. Then click on MANAGE.

  3. Click on Credentials on sidebar. I think you can carry on from here:)

If you still need any help feel free to contact me on this repo

from uploading-video-on-youtube.

mhmmd10 avatar mhmmd10 commented on June 11, 2024

/content/new.json-youtube-v3-(['https://www.googleapis.com/auth/youtube.upload'],)
['https://www.googleapis.com/auth/youtube.upload']

OSError Traceback (most recent call last)
in ()
57
58
---> 59 service = Create_Service(CLIENT_SECRET_FILE, API_NAME, API_VERSION, SCOPES)
60
61 upload_date_time = datetime.datetime(2021, 8, 7, 2, 3, 0).isoformat() + '.000Z' #

6 frames
/usr/lib/python3.7/socketserver.py in server_bind(self)
464 if self.allow_reuse_address:
465 self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
--> 466 self.socket.bind(self.server_address)
467 self.server_address = self.socket.getsockname()
468

OSError: [Errno 98] Address already in use

from uploading-video-on-youtube.

mhmmd10 avatar mhmmd10 commented on June 11, 2024

error

from uploading-video-on-youtube.

sandeepyadav1478 avatar sandeepyadav1478 commented on June 11, 2024

Which machine you are using to run this code?
Try Google Colab!
Code works on both local and Colab machine.
But I suggest to use colab coz it works on linux server, and max. developers usage linux as there base OS. So maybe those api works good on Colab.

from uploading-video-on-youtube.

mhmmd10 avatar mhmmd10 commented on June 11, 2024

with google colab

from uploading-video-on-youtube.

sandeepyadav1478 avatar sandeepyadav1478 commented on June 11, 2024

yes. And if you need more help, Then create meeting link and send it to me.

from uploading-video-on-youtube.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.