Since June 29 these errors started to appear in the error log:
Traceback (most recent call last):
File "/home/frappe/benches/bench-2017-06-28/apps/frappe/frappe/integrations/utils.py", line 40, in make_post_request
frappe.flags.integration_request.raise_for_status()
File "/home/frappe/benches/bench-2017-06-28/env/lib/python2.7/site-packages/requests/models.py", line 937, in raise_for_status
raise HTTPError(http_error_msg, response=self)
HTTPError: 400 Client Error: Bad Request for url: https://api.dropboxapi.com/2/auth/token/from_oauth1
I assume that to re-authenticate we should have Dropbox account, is it correct? We don’t have any account on Dropbox and don’t use this integration, so I just disabled it.