You are on page 1of 4

Toggle SidebarToggle

Theme PANTS SHIRT


ElixirDropboxv0.0.8 WAIST HEIGHT THIGH GOLFEE KNEE HEM QTY SIZE CHEST HEIGHT SHOULDER BELLY SLEEVES COLOR QTY
PAGES 34 39 ELASTIC 2M 3
MODULES 32 40 24 11 18 13 2M 3
ElixirDropbox 40 40 29 11 20 15 2 43 31 3
ElixirDropbox.Account 36 38 25 10 19 15 2 XL 3
ElixirDropbox.Allocation 41 40 26 12 20 16 2 XL 3
ElixirDropbox.Client 37 36 25 11 20 14 2 XL 3
ElixirDropbox.FileRequests 32 37 22 11 17 14 2S 3
ElixirDropbox.Files 27 38 24 12 18 15 2M 32 27 19 3
ElixirDropbox.Files.CopyBatch 36 38 25 12 19 16 2 XL 3
ElixirDropbox.Files.CopyReference 30 38 27 11 18 13 2 34 28 18 3
ElixirDropbox.Files.DeleteBatch 34 37 23 11 19 15 2 32 27 18 3
ElixirDropbox.Files.ListFolder 37 37 27 11 19 15 2 42 31 20 3
ElixirDropbox.Files.SaveUrl 36 38 26 11 18 15 2L 3
ElixirDropbox.Files.UploadSession37 39 21 11 17 15 2M 3
ElixirDropbox.Folder 34 40 25 11 15 15 2 36 27 18 3
ElixirDropbox.Name 42 27 17 YELLOW - 1, GREEN - 1 2
ElixirDropbox.Paper.Docs 52 32 21 51 YELLOW - 2, GREEN - 2, PINK - 2 6
Top 36 23 15 35 6 YELLOW - 2, GREEN - 2, PINK - 2 6
Summary 45 27 19 YELLOW - 1, GREEN - 1, PINK - 1 AND 3 STAFF COLORS 6
Functions you have the record 2 3
ElixirDropbox.Paper.FolderUsers 36 40 26 11 16 15 2 3
ElixirDropbox.Paper.SharingPolicy41 40 26 12 20 16 2 48 27 18 3
ElixirDropbox.Paper.Users 36 74
ElixirDropbox.SharedLink
ElixirDropbox.Sharing
ElixirDropbox.SpaceUsage
ElixirDropbox.Users
ElixirDropbox.Utils
ElixirDropbox.Paper.Do
cs

Link to this section Summary


Functions
docs_archive(client, doc_id)
Marks the given Paper
doc as archived
docs_create(client, import_format, parent_folder_id, file)
Creates a new Paper
doc with the provided
content
docs_download(client, doc_id, export_format)
Exports and downloads
Paper doc either as
HTML or markdown
docs_list(client, filter_by \\ "docs_created", sort_by \\ "modified", sort_order \\ "descending", limit \\ 100)
Return the list of all
Paper docs according to
the argument
specifications
docs_update(client, doc_id, doc_update_policy, revision, import_format, file)
Updates an existing
Paper doc with the
provided content
get_folder_info(client, doc_id)
Retrieves folder
information for the
given Paper doc
permanently_delete(client, doc_id)
Permanently deletes the
given Paper doc

Link to this section Functions

Link to this functiondocs_archive(client, doc_id)


Marks the given Paper
doc as archived.
https://hexdocs.pm/elixir_dropbox/ElixirDropbox.Paper.Docs.html#docs_archive/2-example Example

ElixirDropbox.Paper.Doc
s.docs_archive client, “”

More info at:


https://www.dropbox.c
om/developers/docume
ntation/http/documenta
tion#paper-docs-create

Link to this functiondocs_create(client, import_format, parent_folder_id, file)


Creates a new Paper
doc with the provided
content.
https://hexdocs.pm/elixir_dropbox/ElixirDropbox.Paper.Docs.html#docs_create/4-example Example
ElixirDropbox.Paper.Doc
s.docs_create client, “”,
“”, “”

More info at:


https://www.dropbox.c
om/developers/docume
ntation/http/documenta
tion#paper-docs-create

Link to this functiondocs_download(client, doc_id, export_format)


Exports and downloads
Paper doc either as
HTML or markdown.
https://hexdocs.pm/elixir_dropbox/ElixirDropbox.Paper.Docs.html#docs_download/3-example Example
ElixirDropbox.Paper.Doc
s.docs_download client,
“”, “”
More info at:
https://www.dropbox.c
om/developers/docume
ntation/http/documenta
tion#paper-docs-
download

Link to this functiondocs_list(client, filter_by \\ "docs_created", sort_by \\ "modified", sort_order \\ "descending", limit \\ 100)
Return the list of all
Paper docs according to
the argument
specifications.
https://hexdocs.pm/elixir_dropbox/ElixirDropbox.Paper.Docs.html#docs_list/5-example Example
ElixirDropbox.Paper.Doc
s.docs_list client

More info at:


https://www.dropbox.c
om/developers/docume
ntation/http/documenta
tion#paper-docs-list

Link to this functiondocs_update(client, doc_id, doc_update_policy, revision, import_format, file)


Updates an existing
Paper doc with the
provided content.
https://hexdocs.pm/elixir_dropbox/ElixirDropbox.Paper.Docs.html#docs_update/6-example Example
ElixirDropbox.Paper.Doc
s.docs_update client, “”,
“”, “”, “”, “”
More info at:
https://www.dropbox.c
om/developers/docume
ntation/http/documenta
tion#paper-docs-
download

Link to this functionget_folder_info(client, doc_id)


Retrieves folder
information for the
given Paper doc.
https://hexdocs.pm/elixir_dropbox/ElixirDropbox.Paper.Docs.html#get_folder_info/2-example Example
ElixirDropbox.Paper.Doc
s.get_folder_info client,
“”, “”
More info at:
https://www.dropbox.c
om/developers/docume
ntation/http/documenta
tion#paper-docs-
get_folder_info

Link to this functionpermanently_delete(client, doc_id)


Permanently deletes the
given Paper doc.
https://hexdocs.pm/elixir_dropbox/ElixirDropbox.Paper.Docs.html#permanently_delete/2-example Example
ElixirDropbox.Paper.Doc
s.permanently_delete
client

More info at:


https://www.dropbox.c
om/developers/docume
ntation/http/documenta
tion#paper-docs-list
Built
using ExDoc (v0.18.3), d
esigned by Friedel
Ziegelmayer for
the Elixir programming
language.

You might also like