Interfaces
CloudStorageProviderOptions
Properties
| Property | Type | Description |
|---|---|---|
googledrive | object | - |
googledrive.accessToken? | string | null | The access token to use for Google Drive operations. |
googledrive.scope? | CloudStorageScope | The directory scope to use for Google Drive operations. Defaults to 'app_data'. |
googledrive.strictFilenames? | boolean | Whether or not to throw an error if multiple files with the same filename are found. Defaults to false. |
googledrive.timeout? | number | The timeout in milliseconds after which to cancel an API request. Defaults to 3000. |
icloud | object | - |
icloud.documentsMode? | ICloudDocumentsMode | The directory mode to use for CloudStorageScope.Documents. icloud uses the user-facing iCloud Documents directory, while legacy_sandbox uses the local app sandbox Documents directory. Defaults to icloud. |
icloud.scope? | CloudStorageScope | The directory scope to use for iCloud operations. Defaults to 'app_data'. |