The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Nuvol::Dropbox - Dropbox services

SYNOPSIS

    use Nuvol::Connector;
    my $connector = Nuvol::Connector->new($configfile, 'Dropbox');

DESCRIPTION

Nuvol::Dropbox provides modules with internal methods to access Dropbox services.

On authentication, Nuvol will be registered as Nuvol Connector. You can check or revoke its permissions in the tab Connected apps of your Dropbox account.

SEE ALSO

Nuvol, Nuvol::Dropbox::Connector, Nuvol::Dropbox::Drive, Nuvol::Dropbox::File, Nuvol::Dropbox::Folder, Nuvol::Dropbox::Item.