Drop box integration

Hi,

im getting error

Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 64, in application
response = frappe.api.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/api.py”, line 59, in handle
return frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 24, in handle
data = execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 63, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 1054, in call
return fn(*args, **newargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py”, line 316, in dropbox_auth_finish
token = dropbox_oauth_flow.finish({‘state’: callback.state, ‘code’: callback.code})
File “/home/frappe/frappe-bench/env/lib/python3.6/site-packages/dropbox/oauth.py”, line 434, in finish
no_redirect_result = self._finish(code, self.redirect_uri)
File “/home/frappe/frappe-bench/env/lib/python3.6/site-packages/dropbox/oauth.py”, line 120, in _finish
resp.raise_for_status()
File “/home/frappe/frappe-bench/env/lib/python3.6/site-packages/requests/models.py”, line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.dropboxapi.com/oauth2/token

im using latest version 12 … is any one facing the same error ? wondering its from the erpnext integration or the dropbox update

thanks

I’m (still) getting this error too. It’s wildly frustrating. I’ve checked and triple-checked that the settings are correct and scoured the forum for answers. No-go. If you figure anything out, I’d love to know.

I finally figured it out. I posted about it here: After migration: Dropbox Encryption key is invalid - #20 by daleksec