I have a python script running on a Windows server that writes a file to a local folder in the middle of the night, but dropbox does not sync until the next time I manually log into the box. Is there a way to include an API call in my python script that will force an immediate sync as soon as my file is written without requiring any manual intervention?