问题标签 [gdata-api]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
484 浏览

python - 404 when getting private YouTube video even when logged in with the owner's account using gdata-python-client

If a YouTube video is set as private and I try to fetch it using the gdata Python API a 404 RequestError is raised, even though I have done a programmatic login with the account that owns that video:

This happens every time, unless I go into my YouTube account (through the YouTube website) and set it public, after that I can set it as private and back to public using the Python API.

Am I missing a step or is there another (or any) way to fetch a YouTube video set as private from the API?

Thanks in advance.

0 投票
3 回答
2233 浏览

php - Google 电子表格 API:超出内存

不知道是否有人对 Google 电子表格 API 或 Zend_GData 类有经验,但值得一试:

当我尝试在 750 行的电子表格中插入一个值时,它需要很长时间,然后抛出一个错误,即超出了我的内存限制(即 128 MB!)。我在查询这个电子表格的所有记录时也得到了这个,但我可以成像,因为它有很多数据。但是为什么插入行时会发生这种情况?这不是太复杂,是吗?这是我使用的代码:

0 投票
3 回答
2520 浏览

php - 从 Zend GData 的组中列出联系人

并感谢您的阅读。

我的问题是我正在尝试使用 Zend_Gdata_Query 获取属于 GData 组的联系人列表。

使用

给我一个“未知的授权标头”。

是一样的。

显然没有那个参数我得到了所有的联系人。

我已经尝试使用 URL 中的参数的第一种方法,并使用修改后的 CakePHP 核心 HttpSocket 扩展,它正在工作。所以我认为问题在于 Zend 从 url 中剥离参数,但我没有运气查看库。

谢谢你的帮助。

0 投票
2 回答
1374 浏览

java - 如何使用 Google Calendar API 获取特定时间范围内的所有日历条目

我想查看特定日历的特定时间范围内的事件,但在使用 API 时遇到问题,它是一个通用 API,它让我想起了使用 DOM。问题是它似乎很难使用,因为大部分信息都在通用基类中。

如何使用 Groovy 或 Java 获取日历的事件?有人有使用 curl 传递凭据的示例吗?

示例代码将不胜感激。

0 投票
2 回答
3711 浏览

iphone - 请求一个示例代码,用于解析 xml 并使用 GData API 获取属性

当我在我的应用程序中使用 GData API 来解析 xml 时,我如何获取属性及其值?想要一段示例代码。非常感谢。xml:

0 投票
2 回答
147 浏览

jsf - JSF及gdata maps或js maps api的使用

我正在为地图服务器构建 jsf 组件,我想知道是否可以使用 gdata maps api 来更新或检索不是用户地图的新地图,或者我必须为 JSF 创建 Javascript 绑定。

问候简

0 投票
0 回答
1031 浏览

python - youtube python api gdata.service。请求错误

我有以下代码试图将一组视频添加到 youtube 播放列表中

当我运行代码时,我收到以下错误消息,gdata.service.RequestError: {'status': 303, 'body': '', 'reason': 'See Other'}任何人都知道为什么我会收到此错误

欢呼纳什

0 投票
1 回答
6765 浏览

iphone - 有关在 iPhone 上使用 Google GData API - Youtube 的任何示例/教程?

我需要在 UITableView 中列出特定用户上传的视频 (YouTube)。我已经下载了 GData 源代码和示例项目(不是特定于 iphone),但我似乎无法让它工作。有人知道那里有任何好的(或任何;))教程吗?

最好的问候,马格努斯

0 投票
1 回答
324 浏览

php - 有没有办法通过 Zend Gdata 或 PHP 管理 Google 日历共享?

我正在创建一个使用 Google 日历作为基础的自定义日历应用程序。我想知道是否有办法通过 Zend Gdata 库来管理日历共享。从文档中看并非如此,但我注意到其他一些语言具有这种能力(.Net、Python)。如果无法通过 Gdata 实现,是否有另一个库提供 PHP 功能?

0 投票
1 回答
326 浏览

c# - 如何使用 Google API 版本 2 在 Google 日历中添加“隐私”详细信息

我正在使用 .NET 的 Google API 第 2 版来创建 Google 日历条目。我们如何在 Google 日历中设置“隐私”(默认、公共、私人)?

谢谢