问题标签 [google-docs]
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.
php - 我们如何使用 Zend_Gdata 从公开的 google 电子表格中读取数据
我在这里阅读了示例:http: //framework.zend.com/manual/en/zend.gdata.spreadsheets.html
但是这些示例假定要读取的电子表格需要身份验证:
我要读取的电子表格是公开的,所以我真的不需要提供任何身份验证吗?我需要提供的只是电子表格的网址。
我试图在这里阅读类描述,但仍然不知道如何完成: http: //framework.zend.com/apidoc/core/Zend_Gdata/Spreadsheets/Zend_Gdata_Spreadsheets.html
latex - 如何在 LaTeX Lab 中为我的 LaTeX 文档使用自定义编译器?
我正在使用 LaTeX,最近发布了LaTeX Lab,它是 Google 文档的在线 LaTeX 界面。
在大多数情况下,这个在线 LaTeX 编译器很棒,我可以得到一个这样的文档来编译:
然而,使用更多包的较大文档无法编译,即使它们在本地安装的 LaTeX 上编译。下面是一个例子:
我想使用 LaTeX Labs 在线访问、编辑和编译乳胶文档。在我自己的服务器上使用私有编译器是否可以解决这个问题?有没有更简单的方法?如果没有,任何人都可以指出我正确的方向来设置它吗?主要教程页面是空白的。(更新:现在那里有一些描述。)
还有其他教程页面:
- 通用 LaTeX 服务接口(主页)
- 通用 LaTeX 服务接口 (CLSI) (Github Wiki)
- CLSI 请求格式(Github Wiki)
python - Oauth + Aeoid +Python + Google App Engine + Google documents
I am trying to complete a story assignment system for my school newspaper in Google App Engine. It'll track deadlines for writers, allow writers to pick up stories, and give an "at a glance" view of the weeks stories. My partner and I are trying to fully integrate it with our newspapers Google Apps installation. Oh, and we have to use 3 legged Oauth because we don't have Google Apps Premier.
In that endeavor, I stumbled upon Aeoid and was able to follow the instructions to make federated login work. It's very cool!
Where I'm running into trouble is using Oauth to get a list of the users google documents. I have a test page set up here: mustrun.cornellsun.com/test. It is giving me errors - I've copied them at the bottom of this mail. I don't know if this has to do with my consumer secret (should I be using the key I get from google marketplace? or should I be using the key I get from the manage domains page?). Right now I'm using the key I got from the manage domains page
Also complicating this is that the actual appspot domain is mustrun2sun [].appspot[too new can't post more than one link].com, but I set it up in google apps so that only users from my domain can log in and also so that the app is deployed on my domain. (app is deployed as must[]run[].corn[]ellsun[].[]com
& everything refers to it as such, even in the manage domains thing.)
I'm using GDClient 2.0 classes so I'm fairly sure that everything should work as planned... i.e. I'm not using the old service stuff or anything. I've used htt[]p:/[]/k[]ing[]yo-bachi.blog[]spot.c[]om/2010/05/gaego[]ogleoauth.ht[]ml
as a bit of a template for my Oauth "dance" because the Google examples are out of date & use the old Google data 1.0 library - I think.
The error that I'm getting when I go to my test page is
Also, since this is hard w/o any source code, below is the relevant code:
I've been looking high and low on the web for an answer & I have not been able to find one.
c# - 如何以编程方式在 Google Docs 上上传文档?
我构建了一个在 Google Docs 上上传文档的小型应用程序。是否有任何类似 Goolge API (Ver2) 的 API?
是否可以使用 Goolge API (Ver2) ?
谢谢
c# - 无法将大文件上传到 Google 文档
我在 Google Docs 上上传文件为:
但是当我尝试上传 3 MB 的文件时,我得到一个异常:
Google.GData.Client.dll 中出现“Google.GData.Client.GDataRequestException”类型的未处理异常附加信息:请求执行失败: http ://docs.google.com/feeds/documents/private/full
如何将大文件上传到 Google 文档?我正在使用 Google API 版本 2。
c# - 如何增加 GData.Client (Google API Ver 2) 中的超时值?
我正在尝试在 Google Docs 上上传一个 2MB 的文件。在一个论坛回复中,用户建议我增加 GData.Client 中的超时值。
但我该怎么做?
google-docs - 通过 API 导出 Google 文档
使用 Zend_GData 检索文档列表提要后,我可以使用以下形式的内容 URL:
但表单中的源 URL
正在返回 404 错误。该 URL 应该以请求的格式返回文档的内容,但它返回 404。
Google API 论坛上提到了这个问题,但没有解决。如该论坛帖子中所述,此问题似乎只影响新文档。我的代码可以完美地检索旧文档,但新文档是 404。
Google 引用新文档的方式或分配权限的方式是否发生了变化?
我使用的代码与此页面上的代码基本相同,但这似乎不是 PHP/Zend_Gdata 特有的问题。
internet-explorer-8 - 让嵌入式谷歌文档查看器在 IE 7,8 下工作
想抛出这个问题,看看是否有任何解决方案,因为谷歌文档查看器很棒。
使用嵌入式 Google 文档查看器创建 iframe 在 IE 7,8 中不起作用。
https://docs.google.com/viewer
有人有工作吗?