Search code examples
google-drive-apifile-sharing

Is it possible to share an entire Google Drive For another user?


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.


Solution

  • 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.