NAME
Net::Dropbox - The great new Net::Dropbox!
VERSION
Version 0.02
SYNOPSIS
Quick summary of what the module does.
Perhaps a little code snippet.
use Net::Dropbox;
my $foo = Net::Dropbox->new();
...
EXPORT
A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.
FUNCTIONS
login This sets up the initial OAuth handshake and returns the login URL. This URL has to be clicked by the user and the the user then has to accept the application in dropbox. Dropbox then redirects back to the callback URL defined with $self->callback_url. If the user already accepted the application the redirect may happen without the user actually clicking anywhere.
auth The auth method changes the initial request token into access token that we need for subsequent access to the API. This method only has to be called once after login.
account_info account_info polls the users info from dropbox.
list_files lists all files un the path defined. Paths starting with 'dropbox/' refer to the users dropbox and paths starting with 'sandbox/' refer to the sandbox directory the user asigned to the application.
INTERNAL API =head2 _talk _talk handles the access to the restricted resources. You should normally not need to access this directly.
talk
AUTHOR
Lenz Gschwendtner, <norbu09 at cpan.org>
BUGS
Please report any bugs or feature requests to bug-net-dropbox at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-Dropbox. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Net::Dropbox
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2010 Lenz Gschwendtner.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.