gdrive v0.1.0 Gdrive.Api.File

Link to this section Summary

Link to this section Functions

Link to this function copy(connection, file_id, opts \\ [])
Link to this function create(connection, opts \\ [])
Link to this function delete(connection, file_id, opts \\ [])
Link to this function empty_trash(connection)
Link to this function export(connection, file_id, opts \\ [])

Exports a Google Doc to the requested MIME type and returns the exported content. Please note that the exported content is limited to 10MB.

Link to this function get(connection, file_id, opts \\ [])
Link to this function list(connection, opts \\ [])
list(Tesla.Env.client(), keyword()) :: {:ok, map()} | {:error, Tesla.Env.t()}
Link to this function update(connection, file_id, opts \\ [])
Link to this function upload(connection, opts \\ [])
Link to this function watch(connection, file_id, opts \\ [])