OneDriveConfig

com.github.cloudfiles.onedrive.OneDriveConfig
See theOneDriveConfig companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

final val DefaultTimeout: Timeout

The default timeout for requests against the OneDrive server. This value is used if the user does not provide an explicit timeout.

The default timeout for requests against the OneDrive server. This value is used if the user does not provide an explicit timeout.

Attributes

final val DefaultUploadChunkSize: 10485760

Default value for the upload chunk size (in bytes). OneDrive accepts only uploads of a limited size (60 MB currently). Larger files need to be split into multiple chunks. This constant defines the default chunk size used when the user has not explicitly defined one.

Default value for the upload chunk size (in bytes). OneDrive accepts only uploads of a limited size (60 MB currently). Larger files need to be split into multiple chunks. This constant defines the default chunk size used when the user has not explicitly defined one.

Attributes

final val OneDriveServerUri: "https://graph.microsoft.com/v1.0/me/drives"

The default root URI of the OneDrive REST API. This URI is used by default by the OneDrive configuration, but it can be overridden if needed.

The default root URI of the OneDrive REST API. This URI is used by default by the OneDrive configuration, but it can be overridden if needed.

Attributes