How to use DocList Uploader to upload documents to your Google Docs
Google Data APIs developers had released an application called DocList Uploader, which let users to upload documents to their Google Docs account. This is an example application which using Google Data APIs.
The main purpose of this application is to show users the power of Documents List Data API. Before run this application, make sure your computer had installed Microsoft .NET Framework 2.0.

This application is fairly simple. First, you sign-in with your Gmail account. Then you can upload or download documents from Google Docs. There are a few interesting features. First of all, you can add DocList Uploader to your context menu, which means you can send documents to Google Docs from your right-click menu. Besides this, you can drag-and-drop files to the application to upload them.
They also make this application appears in System Tray. When you close this application, it actually minimized to System Tray. If you try to upload documents which not supported by Google Docs, you will get a warning message. Double-click the documents will open it in browser.
If you are a developer, you can download the source code, or view the page to get more details on how they implement this application.
download the application | DocList Uploader website
Popularity: 7% [?]
If you want to be notified the next time I write something, sign up for Email alerts or subscribe to the Rss feed. Thanks for reading.
0 reader.
I have used doclist uploader and it works fine. But i cannot delete the files inside as a group when I want to clear the list. It has to be deleted individually. Is there a solution for this?
@Paul: For current version, you have to delete them individually. Actually the main purpose of this application is show users how to use the API, so i think they won’t put too much effort to implement all features.