Box v0.2.0 Box View Source

Box file sharing API client.

Link to this section Summary

Functions

create_shared_link from a file.

file_from_path returns the file name and id for a path in Box

folder_from_path returns the folder id for a path in Box

folder_items returns the items in a folder.

Link to this section Functions

Link to this function

create_shared_link(client, file_id) View Source

create_shared_link from a file.

Link to this function

file_from_path(client, path) View Source

file_from_path returns the file name and id for a path in Box

Link to this function

file_info(client, file_id) View Source

Link to this function

folder_from_path(client, path) View Source

folder_from_path returns the folder id for a path in Box

Link to this function

folder_items(client, folder, fields \\ []) View Source

folder_items returns the items in a folder.

Link to this function

upload(client, path, folder_id, name) View Source