Method: Dropbox::Client#get_metadata
- Defined in:
- lib/dropbox/client.rb
#get_metadata(path) ⇒ Dropbox::Metadata
Get the metadata for a file or folder.
88 89 90 91 |
# File 'lib/dropbox/client.rb', line 88 def (path) resp = request('/files/get_metadata', path: path) parse_tagged_response(resp) end |