• “Unable to reach the Dropbox service. Is your server/web host possibly blocking access?”

    Any places to point me to fix this? I have not been able to use this plugin for a while now. I have been using other dropbox plugins successfully. I know we have access to dropbox.com I just can figure out what party of dropbox we may be blocking.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Blighty

    (@blighty)

    This plugin uses PHP’s cURL to access Dropbox’s API. It could be your web host doesn’t have that enabled. I hope to have additional support in the plugin for those hosts that don’t support cURL – but that might be a few days.

    Plugin Author Blighty

    (@blighty)

    v2.1.8 may help. Can you please let me know here if that works for you now?

    Thread Starter dmarquette

    (@dmarquette)

    Man I’m close. After authenticating the app I get this when redirected by to the site. curl is enable on our webserver

    array ( ‘url’ => ‘https://api.dropboxapi.com/oauth2/token?code=XXXXXXXXXXXredirect_uri=https://auth.blighty.net/dropbox.php’, ‘content_type’ => NULL, ‘http_code’ => 0, ‘header_size’ => 0, ‘request_size’ => 0, ‘filetime’ => -1, ‘ssl_verify_result’ => 1, ‘redirect_count’ => 0, ‘total_time’ => 0.078, ‘namelookup_time’ => 0.0, ‘connect_time’ => 0.047, ‘pretransfer_time’ => 0.0, ‘size_upload’ => 0.0, ‘size_download’ => 0.0, ‘speed_download’ => 0.0, ‘speed_upload’ => 0.0, ‘download_content_length’ => -1.0, ‘upload_content_length’ => -1.0, ‘starttransfer_time’ => 0.0, ‘redirect_time’ => 0.0, ‘redirect_url’ => ”, ‘primary_ip’ => ‘XXXX’, ‘certinfo’ => array ( ), ‘primary_port’ => 443, ‘local_ip’ => ‘XXXX’, ‘local_port’ => XXXX, )error occurred during curl exec. Additional info:

    • This reply was modified 6 years, 10 months ago by dmarquette.
    Plugin Author Blighty

    (@blighty)

    It would appear something is blocking the server from connecting to Dropbox. I’ll continue to research.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unable to reach the Dropbox service’ is closed to new replies.