Sub-Modules

type
Dropbox.conf
=
{ 
string
 
app_key
, 
string
 
app_secret
 }
type
Dropbox.creds
=
{ 
string
 
token
, 
string
 
secret
 }
type
Dropbox.element
=
Variant
type
Dropbox.file
=
{ 
binary
 
content
, 
string
 
mime_type
 }
type
Dropbox.info
=
{ 
string
 
email
, 
string
 
display_name
, 
string
 
referral_link
, 
int
 
uid
, 
string
 
country
, 
 }
type
Dropbox.metadata
=
{ 
string
 
rev
, 
bool
 
thumb_exists
, 
int
 
size
, 
string
 
size_text
, 
 
modified
, 
string
 
path
, 
string
 
icon
, 
string
 
root
, 
bool
 
is_deleted
 }
type
Dropbox.metadata_options
=
{ 
int
 
file_limit
, 
option
(
string
)
 
hash
, 
bool
 
list
, 
bool
 
include_deleted
, 
option
(
int
)
 
rev
 }
type
Dropbox.quota_info
=
{ 
int
 
shared
, 
int
 
normal
, 
int
 
total
 }
type
Dropbox.thumb_format
=
Variant
  •    
    { 
    void
     
    jpeg
     }
  • or 
    { 
    void
     
    png
     }
type
Dropbox.thumb_size
=
Variant
  •    
    { 
    void
     
    small
     }
  • or 
    { 
    void
     
    medium
     }
  • or 
    { 
    void
     
    large
     }
  • or 
    { 
    void
     
    s
     }
  • or 
    { 
    void
     
    m
     }
  • or 
    { 
    void
     
    l
     }
  • or 
    { 
    void
     
    xl
     }
type
Dropbox.url
=
{ 
string
 
url
, 
Date.date
 
expires
 }
Name Summary

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.