CloudBackupBundle icon indicating copy to clipboard operation
CloudBackupBundle copied to clipboard

Dropbox API v1 retired

Open kockodev opened this issue 6 years ago • 3 comments

This library suggests install Dropbox SDK dropbox/dropbox-sdk, this library is not maintained any more of becase Dropbox has discontinued their V1 – API in June 2017.

Do you plan to include another library for backups in Dropbox?

kockodev avatar Oct 09 '17 16:10 kockodev

We should be using https://github.com/kunalvarma05/dropbox-php-sdk

Nyholm avatar Nov 23 '17 10:11 Nyholm

I do not understand where I'm going to do the configuration with this new Bundle

In the explanation they configure "client_id" and "client_secret" in a class, but here we use it in a configuration yml file, should I create a class or a service with that information? how would that be communicated with the backup?

takashius avatar Jan 07 '18 18:01 takashius

Did someone solve this? When I install the new budle (/kunalvarma05/dropbox-php-sdk) instead of the old I get Error: Uncaught LogicException: You need to install "dropbox/dropbox-sdk" right after load.

Johny12369 avatar Oct 23 '18 10:10 Johny12369