Show / Hide Table of Contents

Enum FilesResource.InsertRequest.VisibilityEnum

The visibility of the new file. Permissions are still inherited from parent folders. This parameter is only relevant when convert=false.

Namespace: Google.Apis.Drive.v2
Assembly: Google.Apis.Drive.v2.dll
Syntax
public enum FilesResource.InsertRequest.VisibilityEnum

Fields

Name Description
DEFAULT__

The visibility of the new file is determined by the user's default visibility or sharing policies.

PRIVATE__

The user's default visibility or sharing policies are ignored, and the new file is only visible to the owner and any users with permissions inherited from the parent folder.

In this article
Back to top Generated by DocFX