I have been using the Dropbox API, https://content.dropboxapi.com/2/files/upload, to upload files.
This was a scoped app. The token was short life and would expire. This would prevent me from uploading my files into the app folder.
The problem I have now is that I generated a new token while the old one was still active (or at least I think it is). The reason I think the old token was active is because the files were still uploaded, no error message saying incorrect token appeared.
However, in the app folder, after the new token was generated, only the files which I uploaded with the new token were found, those that were uploaded with the old token were not. I have tried to find them, but I have thus far failed.
Any help with this would be much appreciated.