如何在不推送到实时生产服务器的情况下测试 Youtube API?

发布于 2024-12-11 19:48:42 字数 292 浏览 0 评论 0原文

由于 Youtube API 要求您在网络服务器上而不是本地运行文件 (http: //code.google.com/apis/youtube/js_api_reference.html#GettingStarted)如何在不将 API 推送到实时生产服务器的情况下测试该 API?

我正在使用 Heroku 上托管的 Ruby on Rails。

Since the Youtube API requires that you run your files on a webserver rather than locally (http://code.google.com/apis/youtube/js_api_reference.html#GettingStarted) how can you test the API without pushing it to your live production server?

I'm using Ruby on Rails hosted on Heroku.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

零時差 2024-12-18 19:48:42

注意:要测试任何这些调用,您的文件必须在网络服务器上运行,因为 Flash 播放器限制本地文件和互联网之间的调用。

这听起来不像需要转到生产服务器。我不熟悉 Flash,但 http://localhost/test.html (而不是 file://test.html)可能有效。即使没有,任何旧的测试服务器都可以。

Note: To test any of these calls, you must have your file running on a webserver, as the Flash player restricts calls between local files and the internet.

That does not sound like it needs to go to a production server. I am not familiar with Flash, but http://localhost/test.html (as opposed to file://test.html) probably works. And even if not, any old test server will do.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文