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