Dropbox Error V8

Backup Upload Failed

Oops, your automated backup to Dropbox failed.

Error message:

Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py”, line 124, in take_backup_to_dropbox
did_not_upload, error_log = backup_to_dropbox()
File “/home/frappe/frappe-bench/apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py”, line 161, in backup_to_dropbox
dropbox_client = get_dropbox_client()
File “/home/frappe/frappe-bench/apps/frappe/frappe/integrations/doctype/dropbox_settings/dropbox_settings.py”, line 191, in get_dropbox_client
token = dropbox_client.create_oauth2_access_token()
File “/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/dropbox/client.py”, line 190, in create_oauth2_access_token
r = self.rest_client.POST(url, params, headers)
File “/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/dropbox/rest.py”, line 325, in POST
return cls.IMPL.POST(*n, **kw)
File “/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/dropbox/rest.py”, line 263, in POST
is_json_request=is_json_request)
File “/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/dropbox/rest.py”, line 238, in request
raise ErrorResponse(r, r.read())
ErrorResponse: [401] u’Access token not found.’

After click on “Allow Dropbox Access”

@wahab
The issue can be caused due to blocked popup for your browser. Once you click on allow dropbox access please check for the popup and allow them. This would redirect you to the application.
I hope this helps

@ArundhatiS
This issue shows after Allow dropbox access.

URL:
https://www.dropboxapi.com/1/oauth/authorize?oauth_token=xoL1THH48wENzpxZ&oauth_callback=http%3A%2F%2F138.197.108.167%3Fcmd%3Dfrappe.integrations.doctype.dropbox_settings.dropbox_settings.dropbox_callback

known bug. see this:

https://github.com/frappe/erpnext/issues/8948

@almeidapaulopt
Thank you so much (Y)…