dizda / CloudBackupBundle

Be able to backup your database(s) and upload it to the cloud (Dropbox, Amazon S3, GoogleDrive, etc.)
MIT License
196 stars 57 forks source link

Error: [DropboxUploader] #263499650 Cannot extract login CSRF token. #105

Closed emresaracoglu closed 7 years ago

emresaracoglu commented 7 years ago

Hello, I get this error

Error: [DropboxUploader] #268699650 Cannot extract login CSRF token.

Can you help me?

dizda commented 7 years ago

Hey,

This method has been deprecated, please use the new one which use Dropbox official SDK:

        # Using dropbox via official API. You need to add "dropbox/dropbox-sdk": "1.1.*" in your composer.json file
        dropbox_sdk:
            remote_path: ~ # Required. Path to upload files (where the root '/' will be application folder)
            access_token: ~ # Required. Access token provided by DropBox to authenticate your application. You can follow instructions at https://www.dropbox.com/developers/core/start/php
emresaracoglu commented 7 years ago

Hi @dizda thank you