4

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.

Mohammed H
  • 6,880
  • 16
  • 81
  • 127

1 Answers1

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
  • 4
    It 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