How do I enable folder sharing in Google Docs? Can I write my own program / application for this?

Google Docs provides file sharing. But it doesn't share folders.

Is there a way that I can share folders? Can I write my own application / program for myself?

If so, how?

UPDATE: Now this question no longer exists help.Gmail now supports folder too. Thank!

+2


source to share


4 answers


The best place to start is to go through the documentation . I would also recommend that you check out this video course (it shows you how to do this in PHP, but you should be able to replicate this to any other language you might be using). Good luck.



+2


source


I found a discussion on google (support forum, I would link if I had more than one / post)



At the bottom of the page there is a link to an app that supposedly uses the new API functions to implement folder sharing http://tng.appspot.com/2009/9/Folder-Sharing-in-Google-Docs-now-possible

0


source


After reading my blog post mentioned by goorj, you can try the folder sharing app at

http://folders.gdoclab.com

You will be prompted to log in with your google account and give permission to use your google docs permission. It works for regular google accounts, but not Google Apps accounts (but I'm working on that too ...)

0


source


Yes, you can write your own application using the Google Docs APIs.

-1


source







All Articles