Once my App is properly linked to Dropbox I execute the following code
Code: Select all
put "/201706200929.jpg" into pDropboxPath
put "/" into pLocalPath
try
mergDropboxDownload pDropboxPath, pLocalPath
catch e
answer e
end try
Comments:
- I receive the error even the first time that I run the App
- After trying to Download the file the storage used by my App increases at about the same size as the actual file
- when I list the files in my App directory the file isn't there
Will appreciate if somebody can point out what am I doing wrong or as an option share with me a working example of mergDropboxDownload.
Thanks