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

Dropbox backup unsuccessful login #68

Closed ceciuz closed 8 years ago

ceciuz commented 8 years ago

Hi, I'm wondering some issues trying backup to my dropbox account.

php app/console dizda:backup:start

[Exception]
Login unsuccessful.

The credentials seems to work fine logging from dropbox.com.

Thank you, Cesare

dizda commented 8 years ago

Can you try to run composer update hakre/dropbox-uploader and run the backup command again?

dafuer commented 8 years ago

The problem come from DropboxUploader. The issue is not resolved yet. You can follow the discussion here: https://github.com/jakajancar/DropboxUploader/issues/61

hakre commented 8 years ago

Yes, I can confirm this is an upstream issue. If anyone wants to look into it or can provide more insights, please also do upstream as linked by @dafuer: https://github.com/jakajancar/DropboxUploader/issues/61

dizda commented 8 years ago

I think we should consider to integrate the OAuth way, which will bring us much more security, and no more this kind of problems.

hakre commented 8 years ago

Dropbox wrote, they don't want automated logins. For backups you normally need automated logins, so I can't say if that really brings you the stability you're looking for or not. Just saying.

ndoulgeridis commented 8 years ago

Hey,

Is there a more detailed guide on how to use Google Drive instead of Dropbox?

dizda commented 8 years ago

Hey @crash21,

You can refer to this PR https://github.com/dizda/CloudBackupBundle/pull/40 made by @Nyholm

dizda commented 8 years ago

Fixed with https://github.com/dizda/CloudBackupBundle/releases/tag/3.0.0