Hello
Im not a professional programmer..I recently built an app on python running on raspberry pi for monitoring energy usage at home.
it all works fine, I was using Dropbox app to save photo images temporarily. Images are approx 1mb saved every 30 mins and deleted once I have finished with them.
this worked fine for a few hours until my access token expired. After getting a refresh token to resolve that issue it was all working again. However the next day performance dropped for the simple upload of these image files and even a test text file. The upload takes in region of 3 .5 minutes regardless of size of upload or even reading the directory listing.
I assumed this was th refresh token process so downloaded a new access token, but even using that without refresh token the Dropbox ap still takes 3.5 mins for any action??
Any ideas what may cause this? As I said it was working fine until original access token expired and also for a period after I changed it for refresh token? Would it be rate limiting or something like that?