CloudStorage

CloudStorage

Extends

Methods

(async) read() → {string|null}

Inherited From:

Reads file contents from storage. Resolves to null if file doesn't exist.

Returns:

file contents

Type
string | null

(async) remove()

Inherited From:

Removes file from storage.

(async) write()

Inherited From:

Writes file contents from storage.
Without login (authenticationManager.logIn) a user can only write to file paths beginning with '/public/'.
After a login the user can also access his private storage at '//'.