Hi guys, just some issues i'm having integrating dropbox into my iOS app. Basically i have it working kind of. I can upload a voice recording into text, into my dropbox folder via the API. The only issue i'm havng is that it uploads multiple files witht the same converted speech to text anyhwere from 3 - 20+ exact copies depending on how long the recording is done for even though there is a 10 second timer before being redirected to the dropbox authorisation. I also don't get the authResult printed in my console stating "Success User logged into DropboxClientsManager" I think the problem is that there is a loop going on whilst recording, so i can never upload only 1 file.