I want to share an entire Google Drive to another person. Is it possible? I know that it is possible to share a file or folder.
Asked
Active
Viewed 5,511 times
1 Answers
1
You can do this with the Drive API, by iterating through every folder and sharing it. Use the drive.permissions.insert
method of the API.

Ali Afshar
- 40,967
- 12
- 95
- 109
-
4It is just a workaround. it doesn't mean sharing the drive. The issue with this solution is that if we add new file/folder to the drive, won't be available to the other person. – Mohammed H Jan 22 '13 at 08:31