An unofficial blog that watches Google's attempts to move your operating system online since 2005. Not affiliated with Google.

Send your tips to gostips@gmail.com.

January 24, 2008

Google Docs Uploader

Google released a basic application for Windows that lets you upload files to Google Docs by using drag and drop. The application is more like a sample for Google Docs API, but it's pretty useful if you want to upload a lot of documents. There's also an option to add "Send to Google Docs" to the contextual menu so you can upload files directly from Windows Explorer.

The application can be downloaded from this URL and requires .NET Framework 2.0.



Another way to upload more files at once is to send them to the email address displayed on this page, but this only works with documents and presentations and there are some restrictions regarding the size of the uploaded files: for example, you can send by email only presentations smaller than 500 KB. Google Toolbar for Firefox also has a feature that lets you open files in Google Docs.

30 comments:

  1. Great, but I find OpenOffice.org@GoogleDocs http://extensions.services.openoffice.org/project/ooo2gd even better...

    ReplyDelete
  2. With this application, can I upload *.doc and *.xls files bigger than 1 mb?
    Thank you.

    ReplyDelete
  3. No, you can't upload bigger files. You could remove the images from your documents, the embedded objects or copy the entire content of the document and paste it in Google Docs.

    ReplyDelete
  4. Kinda slow, as it locks up Windows Explorer when uploading. Nonetheless, still way faster than uploading every file by hand. Thanks for the link. I've uploaded most of my xls and docs. If only Google had a way for me to say "These two are the same project, just different versions: My_Essay_v1.doc My_Essay_v2.doc"

    Though I imagine Google doesn't care about people getting their documents onto their service. (hint hint)

    ReplyDelete
  5. Nice, but still not nearly as nice as Google's homemade but hidden uploader, DocsFS that runs on Google's most underrated and under-utilized MacFuse. Any idea if or when they'll actually relase DocsFS?

    Ionut, you didn't mention that this month, Google released a new version of MacFuse with objectiveC and two more filesystems for MacFuse, AccesibilityFS and GrabFS.

    ReplyDelete
  6. i hope there will be a Google Docs Downloader for batch downloading. It would be even better if Google Docs would add this feature. It should be easy, i think..

    ReplyDelete
  7. It would be nice if it could sync modification date as well.... so that if I just want to archive a bunch of stuff that has been sitting in MyDocs for a while but I don't want it at the top of my list because thats the stuff I'm working on it would move it down based on last modified from my HD.

    ReplyDelete
  8. is there any chance this will support PDF uploads anytime soon. Also a Google Doc Sync would be awesome. I'm still in the transition period of using my desktop HD and using 100% Google docs mainly because when i scan a document I can't just save it where i want (with Google Docs). I have to Scan>Save on HD>Drag and Drop to Google Account. Not the end of the world but i would rather it just do it by defining which folders to look at.

    ReplyDelete
  9. I'd love to see a way to move batch docs between Google accounts

    ReplyDelete
  10. I would like to move all my gmail docs to my google apps docs account. Any ideas?

    ReplyDelete
  11. the application failed to initilize properly (ox0000135). Click on Ok to terminate the application

    ReplyDelete
  12. yes, i have same problem with vasu,
    How i use this uploader?

    ReplyDelete
  13. any luck on adding pdf support?

    ReplyDelete
  14. Try this tool - made to solve these issues http://www.cloudhero.com

    ReplyDelete
  15. Interesting, works great, until you try and upload! X64 Windows 7

    ReplyDelete
  16. I made a console application for batch upload of any type of documents including PDF to Google Docs:

    http://code.google.com/p/google-docs-upload/

    ReplyDelete
  17. I cannot get http://code.google.com/p/google-docs-upload/ to work. I download the file, double click the file, it opens for a split second and disappears. I do have Java 1.6. Any thoughts?

    ReplyDelete
  18. KJ, this is a console application, which means that you have to run it from the command line. To do is in Windows choose Start -> Run > type "cmd" and press Enter. Then type:

    java -jar <path1>google-docs-upload-1.2.jar <path2> --recursive

    Where <path1> has to be replaced with the folder path where the jar file is located, and <path2> has to be replaced with the path to the folder that you want to upload. For example:

    java -jar C:\google-docs-upload-1.2.jar C:\folder_to_upload\ --recursive

    ReplyDelete
  19. Anton -

    I just tried out your google-docs-upload. It worked beautifully in Linux. Great job! It was exactly what I was looking for. One question - the --remote-folder option, what is that and how does it work. For example if I wanted to upload the contents of /home/myhome/Docs into a Google Docs folder /Docs would the command line be:
    java -jar google-docs-upload.jar /home/myhome/Docs --recursive /Docs --remote-folder.
    Allan

    ReplyDelete
  20. Hi Allan,

    Thank you for the note, I just found that didn't explain this option properly. The purpose is the same as you described, but the usage is the following:

    java -jar google-docs-upload.jar /home/myhome/Docs --recursive --remote-folder /Docs

    I hope it's clear now.

    Anton.

    ReplyDelete
  21. I tried to use this to upload other types of files, but to no success. Now that Google has made it possible to upload any file type, will they be making improvements to this little program. It has so much potential, I hope so! Google if you're listening, here's my wish list:

    - the ability to organize files and folders from my desktop( behaving much like a USB drive, allowing you to open up your G-drive and organize to your liking)
    - Syncing of the desktop G-drive with the cloud (maybe having a dynamic indicator to let you know the status of the sync, ie. green check=synced, yellow=syncing in progress, red=folder contains files that are not synced yet)
    - something that looks a little prettier:)

    Thanks in advance Google!

    ReplyDelete
  22. 2 David:
    API for uploading other types of documents available only for Google Apps Premier and Educational Editions.

    ReplyDelete
  23. i am unable to attach the file pls help me.

    cant attach imgae on google pls help

    ReplyDelete
  24. You can also use Cyberduck for Mac & Windows which supports Google Docs including batch upload and OCR. Refer to http://trac.cyberduck.ch/wiki/help/en/howto/googledocs

    ReplyDelete
  25. I just tried out your google-docs-upload. It worked beautifully in Linux.

    ReplyDelete
  26. "Error authenticating", very annoying

    ReplyDelete
  27. I have the same problem. "Error authenticating", even i tried to put also second verification code. Unfortunately not working corectly. Please fix this problem with authentication.

    ReplyDelete
  28. I just tried out your google-docs-upload. It worked beautifully in Linux. Great job! It was exactly what I was looking for.

    ReplyDelete
  29. i can't understand how i upload a image on google plz friend help me.

    ReplyDelete

Note: Only a member of this blog may post a comment.