IPWorks Cloud 2020 Android Edition

Questions / Feedback?

DropboxSharedLink Type

A Dropbox shared link.

Remarks

This type represents a Dropbox shared link.

Fields

CanRevoke
boolean

Whether the current user has permission to revoke the link.

This field indicates whether the current user has permission to revoke the link.

Expires
String

The expiration timestamp of the link.

This field holds the expiration timestamp of the link (or empty string, if the link doesn't expire). Timestamps are formatted according to ISO 8601 and are always in UTC time.

Id
String

The Id of the linked resource.

This field reflects the Id of the linked resource.

Name
String

The name of the linked resource.

This field reflects the name of the linked resource.

Path
String

The path of the linked resource.

This field reflects the path of the linked resource.

Type
int

The linked resource's type.

This field indicates whether the linked resource is a folder or a file. Possible values are:

0 (lrtFile) A file.
1 (lrtFolder) A folder.

URL
String

The URL of the link.

This field reflects the URL of the link.

Visibility
int

The visibility of the link.

This field reflects the visibility of the link. Possible values are:

0 (lvPublic) Anyone with the link can access the linked resource.
1 (lvTeamOnly) Only members of the same team with the link can access the linked resource. (Only applicable to Dropbox Business.)
2 (lvPassword) Anyone with the link and the link's password can access the linked resource.
3 (lvTeamAndPassword) Only members of the same team with the link and the link's password can access the linked resource. (Only applicable to Dropbox Business.)
4 (lvSharedFolderOnly) Only members (with the link) of the shared folder containing the linked resource can access it.

Constructors

public DropboxSharedLink();



Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Android Edition - Version 20.0 [Build 8265]