Show / Hide Table of Contents

Class PermissionsResource.CreateRequest

Creates a permission for a file or shared drive. For more information, see Share files, folders, and drives. Warning: Concurrent permissions operations on the same file aren't supported; only the last update is applied.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Permission>
DriveBaseServiceRequest<Permission>
PermissionsResource.CreateRequest
Implements
IClientServiceRequest<Permission>
IClientServiceRequest
Inherited Members
DriveBaseServiceRequest<Permission>.Xgafv
DriveBaseServiceRequest<Permission>.AccessToken
DriveBaseServiceRequest<Permission>.Alt
DriveBaseServiceRequest<Permission>.Callback
DriveBaseServiceRequest<Permission>.Fields
DriveBaseServiceRequest<Permission>.Key
DriveBaseServiceRequest<Permission>.OauthToken
DriveBaseServiceRequest<Permission>.PrettyPrint
DriveBaseServiceRequest<Permission>.QuotaUser
DriveBaseServiceRequest<Permission>.UploadType
DriveBaseServiceRequest<Permission>.UploadProtocol
ClientServiceRequest<Permission>.Execute()
ClientServiceRequest<Permission>.ExecuteAsStream()
ClientServiceRequest<Permission>.ExecuteAsync()
ClientServiceRequest<Permission>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Permission>.ExecuteAsStreamAsync()
ClientServiceRequest<Permission>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Permission>.CreateRequest(bool?)
ClientServiceRequest<Permission>.GenerateRequestUri()
ClientServiceRequest<Permission>.GetDefaultETagAction(string)
ClientServiceRequest<Permission>.ETagAction
ClientServiceRequest<Permission>.ModifyRequest
ClientServiceRequest<Permission>.ValidateParameters
ClientServiceRequest<Permission>.ApiVersion
ClientServiceRequest<Permission>.RequestParameters
ClientServiceRequest<Permission>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v3
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class PermissionsResource.CreateRequest : DriveBaseServiceRequest<Permission>, IClientServiceRequest<Permission>, IClientServiceRequest

Constructors

CreateRequest(IClientService, Permission, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, Permission body, string fileId)
Parameters
Type Name Description
IClientService service
Permission body
string fileId

Properties

EmailMessage

A plain text custom message to include in the notification email.

Declaration
[RequestParameter("emailMessage", RequestParameterType.Query)]
public virtual string EmailMessage { get; set; }
Property Value
Type Description
string

EnforceExpansiveAccess

Whether the request should enforce expansive access rules.

Declaration
[RequestParameter("enforceExpansiveAccess", RequestParameterType.Query)]
public virtual bool? EnforceExpansiveAccess { get; set; }
Property Value
Type Description
bool?

EnforceSingleParent

Deprecated: See moveToNewOwnersRoot for details.

Declaration
[RequestParameter("enforceSingleParent", RequestParameterType.Query)]
public virtual bool? EnforceSingleParent { get; set; }
Property Value
Type Description
bool?

FileId

The ID of the file or shared drive.

Declaration
[RequestParameter("fileId", RequestParameterType.Path)]
public virtual string FileId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Permission>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Permission>.MethodName

MoveToNewOwnersRoot

This parameter only takes effect if the item isn't in a shared drive and the request is attempting to transfer the ownership of the item. If set to true, the item is moved to the new owner's My Drive root folder and all prior parents removed. If set to false, parents aren't changed.

Declaration
[RequestParameter("moveToNewOwnersRoot", RequestParameterType.Query)]
public virtual bool? MoveToNewOwnersRoot { get; set; }
Property Value
Type Description
bool?

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Permission>.RestPath

SendNotificationEmail

Whether to send a notification email when sharing to users or groups. This defaults to true for users and groups, and is not allowed for other requests. It must not be disabled for ownership transfers.

Declaration
[RequestParameter("sendNotificationEmail", RequestParameterType.Query)]
public virtual bool? SendNotificationEmail { get; set; }
Property Value
Type Description
bool?

SupportsAllDrives

Whether the requesting application supports both My Drives and shared drives.

Declaration
[RequestParameter("supportsAllDrives", RequestParameterType.Query)]
public virtual bool? SupportsAllDrives { get; set; }
Property Value
Type Description
bool?

SupportsTeamDrives

Deprecated: Use supportsAllDrives instead.

Declaration
[RequestParameter("supportsTeamDrives", RequestParameterType.Query)]
public virtual bool? SupportsTeamDrives { get; set; }
Property Value
Type Description
bool?

TransferOwnership

Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect. For more information, see Transfer file ownership.

Declaration
[RequestParameter("transferOwnership", RequestParameterType.Query)]
public virtual bool? TransferOwnership { get; set; }
Property Value
Type Description
bool?

UseDomainAdminAccess

Issue the request as a domain administrator. If set to true, and if the following additional conditions are met, the requester is granted access: 1. The file ID parameter refers to a shared drive. 2. The requester is an administrator of the domain to which the shared drive belongs. For more information, see Manage shared drives as domain administrators.

Declaration
[RequestParameter("useDomainAdminAccess", RequestParameterType.Query)]
public virtual bool? UseDomainAdminAccess { get; set; }
Property Value
Type Description
bool?

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<Permission>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
DriveBaseServiceRequest<Permission>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX