<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:ymaps="http://api.maps.yahoo.com/Maps/V2/AnnotatedMaps.xsd"	>
<channel>
	<title>Comments on: PDF support in Gdata API</title>
	<atom:link href="http://squaregalaxy.com/tech/pdf-support-in-gdata-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://squaregalaxy.com/tech/pdf-support-in-gdata-api/</link>
	<description>A blog by Jacob</description>
	<lastBuildDate>Thu, 11 Mar 2010 00:47:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Yang</title>
		<link>http://squaregalaxy.com/tech/pdf-support-in-gdata-api/comment-page-1/#comment-9041</link>
		<dc:creator>Michael Yang</dc:creator>
		<pubDate>Tue, 24 Jun 2008 04:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://jacob.peargrove.com/columns/?p=43#comment-9041</guid>
		<description>YES.  please implement this.  I have a bunch of PDFs sorted on my local hard drive and I&#039;m having to press 3-4 mouse clicks for each one that I want to upload and wait about 5-10 seconds in between each one.

# I need this!!!

for file in allMyPDFFilesOnMyHardDrive:
  gd_client = gdata.docs.service.ServiceClass()
  content_type = \
  gdata.docs.service.SUPPORTED_FILETYPES[&#039;PDF&#039;]
  ms = gdata.MediaSource(file_path = file, content_type=content_type)
  gdc.UploadDocument(ms,docFileName)

print &#039;done&#039;</description>
		<content:encoded><![CDATA[<p>YES.  please implement this.  I have a bunch of PDFs sorted on my local hard drive and I&#8217;m having to press 3-4 mouse clicks for each one that I want to upload and wait about 5-10 seconds in between each one.</p>
<p># I need this!!!</p>
<p>for file in allMyPDFFilesOnMyHardDrive:<br />
  gd_client = gdata.docs.service.ServiceClass()<br />
  content_type = \<br />
  gdata.docs.service.SUPPORTED_FILETYPES['<acronym title="Portable Document Format">PDF</acronym>']<br />
  ms = gdata.MediaSource(file_path = file, content_type=content_type)<br />
  gdc.UploadDocument(ms,docFileName)</p>
<p>print &#8216;done&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
