shared_drive_create: Create a new shared drive

View source: R/shared_drive_create.R

shared_drive_createR Documentation

Create a new shared drive

Description

A shared drive supports files owned by an organization rather than an individual user. Shared drives follow different sharing and ownership models from a specific user's "My Drive". Shared drives are the successors to the earlier concept of Team Drives. Learn more about shared drives.

Usage

shared_drive_create(name)

Arguments

name

Character. Name of the new shared drive. Must be non-empty and not entirely whitespace.

Value

An object of class dribble, a tibble with one row per shared drive.

See Also

Wraps the drives.create endpoint:

Examples

## Not run: 
shared_drive_create("my-awesome-shared-drive")

# Clean up
shared_drive_rm("my-awesome-shared-drive")

## End(Not run)

googledrive documentation built on July 9, 2023, 7:04 p.m.