<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; google docs uploader</title> <atom:link href="http://www.ghacks.net/tag/google-docs-uploader/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 21:54:04 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Google Docs Windows Explorer Integration (Ask The Readers)</title><link>http://www.ghacks.net/2010/04/09/google-docs-windows-explorer-integration-ask-the-readers/</link> <comments>http://www.ghacks.net/2010/04/09/google-docs-windows-explorer-integration-ask-the-readers/#comments</comments> <pubDate>Fri, 09 Apr 2010 12:48:57 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[ask the readers]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[documents]]></category> <category><![CDATA[google docs]]></category> <category><![CDATA[google docs uploader]]></category> <category><![CDATA[windows-explorer]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24291</guid> <description><![CDATA[Now that I have decided to run a computer system without local pdf reader installed I had to find another comfortable way of dealing with pdf documents. I&#8217;m currently using Google Docs for the purpose which is not that big of a nuisance because I have to open pdf documents rarely and I have the [...]]]></description> <content:encoded><![CDATA[<p>Now that I have decided to run a computer system without local <a
href="http://www.ghacks.net/2010/04/07/a-life-without-pdf-readers/">pdf reader</a> installed I had to find another comfortable way of dealing with pdf documents. I&#8217;m currently using Google Docs for the purpose which is not that big of a nuisance because I have to open pdf documents rarely and I have the web browser open most of the time to access Google Docs in just a few clicks.</p><p>One thing however that bothers me a little bit is that there does not seem to be a way to integrate Google Docs in Windows Explorer natively. Natively meaning without a software or application running in the background that provides that functionality.</p><p><span
id="more-24291"></span>I have discovered several programs that can be used to send documents from Windows Explorer to Google Docs. These include Quick Tools for Google Apps or <a
href="http://googlesystem.blogspot.com/2008/01/google-docs-uploader.html">Google Docs Uploader</a> but their functionality is only available for as long as the programs are running.</p><p>I&#8217;m more looking for a solution that integrates the upload into Windows Explorer without a software running in the background all the time. Much like the <a
href="http://www.ghacks.net/2009/12/14/virus-total-uploader-update/">Virus Total Uploader</a> is offering. The program only starts up if the user selects the option to send the selected files to Virus Total.</p><p><strong>The question is: Is there a way to integrate Google Docs into Windows Explorer without a permanent process in the background that is providing that functionality?</strong></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/09/google-docs-windows-explorer-integration-ask-the-readers/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Google Docs Batch Uploader</title><link>http://www.ghacks.net/2009/09/08/google-docs-batch-uploader/</link> <comments>http://www.ghacks.net/2009/09/08/google-docs-batch-uploader/#comments</comments> <pubDate>Tue, 08 Sep 2009 15:37:36 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[documents]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[google docs]]></category> <category><![CDATA[google docs upload]]></category> <category><![CDATA[google docs uploader]]></category> <category><![CDATA[google documents]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=16136</guid> <description><![CDATA[Google Docs is a popular document hosting and editing service on the Internet. Part of its popularity stems from the fact that Google account owners can use it without having to register at yet another website and the integration with other Google services like Gmail. One problem that only some users encounter when using Google [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/09/google_docs.jpg" alt="google docs" title="google docs" width="178" height="54" class="alignleft size-full wp-image-16137" />Google Docs is a popular document hosting and editing service on the Internet. Part of its popularity stems from the fact that Google account owners can use it without having to register at yet another website and the integration with other Google services like Gmail. One problem that only some users encounter when using Google Docs is the lack of a batch uploading feature to upload multiple documents at once.</p><p>The free Java application Google Docs Upload <a
href="http://code.google.com/p/google-docs-upload/">solves</a> this for some by offering a command line driven option to upload as many documents as needed in one go to the Google documents website. The only requirement is that the Java Runtime Environment is installed on the computer system that is being used to upload the documents to Google Docs.</p><p><span
id="more-16136"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/09/google_docs-500x254.png" alt="google docs" title="google docs" width="500" height="254" class="alignnone size-medium wp-image-16138" /></p><p>Usage itself is pretty straightforward. The command</p><p><code>java -jar google-docs-upload-1.0.jar <path> --username <username> --password <password></code></p><p>for example will upload all documents to Google Docs that are located in the specified path. Several parameters are available like the recursive command that will include documents that are located in subfolders in the upload to the Google documents website. One advantage of a command line driven tool is the ability to use it in scripts or programs to automate the uploading process to Google Docs. It is probably not a tool for the average Google Docs user but could be very handy for businesses who use the service. via <a
href="http://googlesystem.blogspot.com/2009/09/upload-multiple-files-to-google-docs.html">Google Operating System</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/09/08/google-docs-batch-uploader/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
