Copy references let you copy files across Dropbox accounts (/files/copy_reference/*).
Summary
Functions
Get a copy reference to a file or folder. This reference string can be used to save that file or folder to another user's Dropbox by passing it to copy_reference/save.
Save a copy reference returned by copy_reference/get to the user's Dropbox.
Functions
Get a copy reference to a file or folder. This reference string can be used to save that file or folder to another user's Dropbox by passing it to copy_reference/save.
Example
Magpie.Files.CopyReference.get(client, "")
More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-copy_reference-get
Save a copy reference returned by copy_reference/get to the user's Dropbox.
Example
Magpie.Files.CopyReference.get(client, "", "")
More info at: https://www.dropbox.com/developers/documentation/http/documentation#files-copy_reference-save