Dropbox .NET SDK
Show / Hide Table of Contents

Namespace Dropbox.Api.Account

Classes

AccountPhotoGetArg

The account photo get arg object

AccountPhotoGetError

The account photo get error object

AccountPhotoGetError.AccountPhotoMissing

Account photo is missing (but we did not expect it to exist).

AccountPhotoGetError.ExpectedAccountPhotoMissing

Account photo was expected to exist, but it's missing.

AccountPhotoGetError.Other

The other object

AccountPhotoGetError.ThumbnailError

Indicates infrastructural failure.

AccountPhotoGetResult

The account photo get result object

DeleteProfilePhotoArg

This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.

DeleteProfilePhotoError

This union is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.

DeleteProfilePhotoError.Other

The other object

DeleteProfilePhotoResult

This struct is empty. The comment here is intentionally emitted to avoid indentation issues with Stone.

PhotoSourceArg

The photo source arg object

PhotoSourceArg.Base64Data

Image data in base64-encoded bytes.

PhotoSourceArg.Other

The other object

SetProfilePhotoArg

The set profile photo arg object

SetProfilePhotoError

The set profile photo error object

SetProfilePhotoError.DimensionError

Image must be larger than 128 x 128.

SetProfilePhotoError.FileSizeError

File cannot exceed 10 MB.

SetProfilePhotoError.FileTypeError

File cannot be set as profile photo.

SetProfilePhotoError.Other

The other object

SetProfilePhotoError.ThumbnailError

Image could not be thumbnailed.

SetProfilePhotoError.TransientError

Temporary infrastructure failure, please retry.

SetProfilePhotoResult

The set profile photo result object

ThumbnailError

The thumbnail error object

ThumbnailError.Other

The other object

ThumbnailError.PermanentFailure

Indicates permanent infrastructural failure.

ThumbnailError.TemporaryFailure

Indicates temporary infrastructural failure.

In this article
Back to top Dropbox .NET SDK