I want to upload videos from my site into youtube.
I worked on examples provided in oogle but i got strucked by auythentication process where it is saying invalid parameters in youtube page.
Can anyone solve this problem.
I want to upload videos from my site into youtube.
I worked on examples provided in oogle but i got strucked by auythentication process where it is saying invalid parameters in youtube page.
Can anyone solve this problem.
This thread centers on uploading videos to YouTube and the authentication error reported by . and suggested hosting locally as an alternative. For reliable results today, use the YouTube Data API v3 with OAuth 2.0 rather than older GData examples from 2010.
Practical checklist:
https://www.googleapis.com/auth/youtube.upload (uploading requires OAuth; an API key will not work).Common causes of an "invalid parameters" error on the Google auth page:
See the YouTube upload guide and OAuth docs for step-by-step flows and PHP examples: Uploading a video guide, OAuth 2.0 for Web Servers, PHP quickstart.
Jump to Post— cwarn23 387Well why don't you upload them to your own site? That would be the ideal solution but if you wish to use youtube then post your code and the link to the tutorial you used and I shall attempt to debug it.
Well why don't you upload them to your own site? That would be the ideal solution but if you wish to use youtube then post your code and the link to the tutorial you used and I shall attempt to debug it.
yes. you should upload them on your own site.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.