We re creating a Interaction design pattern website for a class. We ve been using google docs to create the patterns list during the classes, sharing it with the teacher for evaluation.
所以环境是这样的:
- We ve been able to fetch a single image from each presentation we want to display, such as: http://docs.google.com/file?id=dd2dpzk6_164zcwm3jgv_b
我们已经创建了一个用于打开Cooliris的RSS订阅(其中包含一个小例子):
<项目>
<.title>e7_pattern_7.78<./title> <.link>http://docs.google.com/file?id=dd2dpzk6_164zcwm3jgv_b<./link> <.guid>dd2dpzk6_164zcwm3jgv_b<./guid> <.media:thumbnail url="http://docs.google.com/file?id=dd2dpzk6_164zcwm3jgv_b" /> <.media:content url="http://docs.google.com/file?id=dd2dpzk6_164zcwm3jgv_b" type="image/png" />
<./item> 的中文翻译是:<./项>
抱歉,在标签中间的点只为stackoverflow而非过滤器。
所以问题是,RSS工作正常,因为Cooliris打开了所有图像的所有视口。但所有图片的缩略图和内容都保持黑色。
如果您尝试通过上面的URL打开它们,可以使用type =“image / png”进行下载,如果应该起作用,则应该使用Piclens打开它。
有没有任何建议或想法,为什么我们无法通过Cooliris访问从Google文档中的图像?