UploadComplete Event
Fires after an upload completes.
Syntax
dropbox.on('UploadComplete', [callback])
Callback
The 'callback' is called when the 'UploadComplete' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.name e.id e.path e.modifiedDate e.revision e.size
Remarks
This event fires after an upload is complete.
Name is the name of the resource.
Id is the Id of the resource.
Path is the absolute path to the resource.
ModifiedDate is the modified date of the resource.
Revision is the revision of the file.
Size is the size of the file in bytes.