Youtbe API -- OAuth 和 RSA-SHA1 安全证书
我想进行文件上传,将(上传的)电影文件上传到我的 YouTube 帐户。据我了解,我需要一个 youtube API 密钥(我有),然后将文件发送到 google。这就是我遇到问题的地方。我似乎需要“RSA-SHA1 安全证书”来完成我的 OAuth 注册。
我怎样才能获得这样的证书?对于像我这样的“api 菜鸟”来说,我能找到的关于这个问题的唯一文档很难理解。
谢谢!
I want to make a file upload which will upload the (uploaded) movie file to my youtube account. To my understanding, I will need a youtube API key (which I have) and then send the file to google. This is where I'm having problems. I seem to be needing a "RSA-SHA1 security certificate" to complete my OAuth registration.
How would I get such a certificate? The only documentation I can find on this matter is very hard to understand for an "api noob" like me.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可以理解学习所有 OAuth 咒语的困难。每次我经历它,我都会更好地理解它。 以下是有关生成 RSA-SHA1 证书的 Google 说明。
I can appreciate the difficulty learning all the OAuth incantations. Every time I go through it I understand it just a little bit better. Here's the Google note about generating RSA-SHA1 certificates.