rocksky/googledrive
app.rocksky.googledrive.* — read files from the user’s connected Drive.
Values
pub fn download_file(
file_id file_id: String,
) -> rocksky.Request(dynamic.Dynamic)
app.rocksky.googledrive.downloadFile — proxy a file download.
pub fn get_file(
file_id file_id: String,
) -> rocksky.Request(dynamic.Dynamic)
app.rocksky.googledrive.getFile — get a single file by id.
pub fn get_files() -> rocksky.Request(dynamic.Dynamic)
app.rocksky.googledrive.getFiles — list files. Use with_at for a path.
pub fn with_at(
req: rocksky.Request(a),
at: String,
) -> rocksky.Request(a)