Having issue when click botton allow access to dropbox

error bellow

Traceback (innermost last):
File “/home/fpb-cs/frappe-bench/apps/frappe/frappe/app.py”, line 67, in application
response = frappe.handler.handle()
File “/home/fpb-cs/frappe-bench/apps/frappe/frappe/handler.py”, line 77, in handle
execute_cmd(cmd)
File “/home/fpb-cs/frappe-bench/apps/frappe/frappe/handler.py”, line 88, in execute_cmd
method = get_attr(cmd)
File “/home/fpb-cs/frappe-bench/apps/frappe/frappe/handler.py”, line 123, in get_attr
method = frappe.get_attr(cmd)
File “/home/fpb-cs/frappe-bench/apps/frappe/frappe/init.py”, line 771, in get_attr
return getattr(get_module(modulename), methodname)
File “/home/fpb-cs/frappe-bench/apps/frappe/frappe/init.py”, line 590, in get_module
return importlib.import_module(modulename)
File “/usr/lib/python2.7/importlib/init.py”, line 37, in import_module
import(name)
ImportError: No module named dropbox_settings.dropbox_settings

Which version of frappe you are using ?

v7.2.15

Any update?

@Dany_Carvalheiro Sorry not able to reproduce error. Can you share steps ?

I was able to enable mine by:

I. Delete the app you’ve created in Dropbox
II. Disable AdBlock on your browser.
III. Navigate to

 Setup ==> Integration Service ==> New ==> Select DropBox from the dropdown menu

IV. Click on Dropbox settings and input your Credentials
V. Click on allow DropBox settings (A Window will popup)
VI. Create your app and allow access to it. Save and you are good to go.

Thank you its worked

1 Like

Still having the error on another server

Hi

Please share url, when system throws the exception

…cmd=frappe.integrations.doctype.dropbox_settings.dropbox_settings.dropbox_callback&oauth_token=YpXNt4E14JjtLrCL&uid=647226349

we have this on url

i have this on daily log

help please