Noizu.Dropbox.Api.Account (Noizu Dropbox v0.1.0)

Copy Markdown View Source

Dropbox account/* endpoints.

Summary

Functions

POST account/set_profile_photo.

Types

opts()

@type opts() :: keyword() | map()

result()

@type result() :: {:ok, term()} | {:error, Noizu.Dropbox.Error.t()}

Functions

set_profile_photo(photo_arg, opts \\ [])

@spec set_profile_photo(map(), opts()) :: result()

POST account/set_profile_photo.

photo_arg is typically:

%{".tag" => "base64_data", "base64_data" => "..."}