I've been using Dropbox API in a few of my applications for uploading smaller sized files using files/upload call (in Python SDK) however I was never able to find any information about how exactly the file is saved. When the call is successfully finished is the file considered to be uploaded and saved or does Dropbox do any more behind-the-scenes operations after it ends?