Just started playing around with the free version of PythonAnywhere and so far it's great! However, I've got one problem. While trying to create a simple webapp that interfaces with Dropbox I receive the following error:
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.dropboxapi.com', port=443): Max retries exceeded with url: /2/files/list_folder (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 403 Forbidden',)))
After taking a look at your whitelist it appears that dropboxapi.com isn't in there, could that be the reason? If so is it possible to whitelist that URL?