GoogleDriveConfig

com.github.cloudfiles.gdrive.GoogleDriveConfig
See theGoogleDriveConfig companion object
case class GoogleDriveConfig(serverUri: String, optRootPath: Option[String], timeout: Timeout, includeTrashed: Boolean)

A configuration class for the GoogleDrive ''FileSystem'' implementation.

Using this class, certain aspects of the behavior of the GoogleDrive implementation can be configured. Configuration is optional, meaningful default values are set for all of the properties.

Value parameters

includeTrashed

flag whether files in the trash should be included in query results

optRootPath

an optional root path; if defined, all paths are resolved relatively to this root path

serverUri

the root URI of the GoogleDrive API

timeout

the timeout for server requests

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product