CpanelInc / backup-transport-dropbox

cPanel Custom Backup Transport for Dropbox
Apache License 2.0
15 stars 7 forks source link

Validation for transport “DropBox” failed: Could not upload test file: Can't locate WebService/Dropbox.pm #22

Open Dev-l0p opened 4 years ago

Dev-l0p commented 4 years ago

Hello Guys. I Have WHM cPanel Access. (CentOS Linux release 7.9.2009) I Install WebService::Dropbox : sudo cpan WebService::Dropbox Log:

All tests successful. Files=8, Tests=5, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.95 cusr 0.16 csys = 1.16 CPU) Result: PASS ASKADNA/WebService-Dropbox-2.07.tar.gz Tests succeeded but one dependency not OK (LWP::Protocol::https) ASKADNA/WebService-Dropbox-2.07.tar.gz [dependencies] -- NA Running Build install make test had returned bad status, won't install without force Do all Installation : https://github.com/CpanelInc/backup-transport-dropbox

But When I Add Additional Destinations And click on Validate, Show this Error Message:

Error: Validation for transport “DropBox” failed: Could not upload test file: Can't locate WebService/Dropbox.pm in @INC (you may need to install the WebService::Dropbox module) (@INC contains: /usr/local/share/perl5/ /usr/local/cpanel /usr/local/cpanel/3rdparty/perl/530/lib/perl5/cpanel_lib/x86_64-linux-64int /usr/local/cpanel/3rdparty/perl/530/lib/perl5/cpanel_lib /usr/local/cpanel/3rdparty/perl/530/lib/perl5/5.30.0/x86_64-linux-64int /usr/local/cpanel/3rdparty/perl/530/lib/perl5/5.30.0 /opt/cpanel/perl5/530/site_lib/x86_64-linux-64int /opt/cpanel/perl5/530/site_lib) at /usr/local/bin/backup_transport_dropbox.pl line 29.

TechExhibeo commented 3 years ago

Run the following to fix the issue.

sudo yum install perl-LWP-Protocol-https -y
sudo cpan CPAN::DistnameInfo
sudo cpan WebService::Dropbox