Grooy/Grails 或 Java:查看标记为私有的 YouTube 视频
太好了! 我负责一个 groovy/grails 项目,用于显示与该项目相关且标记为私有的 YouTube 视频。我猜他们想保持视频的可访问性,但只能通过他们的网站访问。因此,我收到了 YouTube 开发 API 指南,并要求我让它发挥作用。
拿到了我的开发密钥,我仍在等待客户端登录信息,但是,我想知道我是否在找对树。
我非常简单地浏览了该指南,但想知道是否有任何在网络应用程序环境中使用它的示例/指南。
谢谢
Greatings!
I've been tasked on a groovy/grails project to display YouTube videos relating to the project that are marked private. I'm guessing they want to keep the videos accessible but only through their site. So I've been given the YouTube dev api guide and asked to make it work.
Got my dev key and I'm still waiting for client login info but, wonder if I'm even barking up the right tree.
I very briefly looked over the guide, but would like to know if there are any samples/guides using this in web app environment.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
似乎没有任何 Groovy 特定信息。由于 Groovy 使用 JVM 并且可以毫无问题地调用 Java 库,请查看 YOuttube Java 开发人员指南 其中的所有内容都应适用于 Groovy/Grails。
There doesn't appear to be any Groovy specific information. Since Groovy uses the JVM and can call java librarys with out any problem take a look at the YOutube Java developers guide Everything in it should apply to Groovy/Grails.
...所以我有机会更详细地查看 api,但我仍然没有找到一种方法可以在不“取消私有”的情况下使私人视频公开可见。我错过了什么吗?此时,我只是想证明我被要求做的事情不能或至少不应该做。
... so I had a chance to look over the api in greater detail and I still don't see a way to make private videos publicly viewable without 'unprivating' them. Am I missing something? At this point I'm just trying to document that what I'm getting asked to do can't or at least should not be done.