Skip Menu |

This queue is for tickets about the Net-GoogleDrive CPAN distribution.

Report information
The Basics
Id: 79870
Status: new
Priority: 0/
Queue: Net-GoogleDrive

People
Owner: Nobody in particular
Requestors: lozier [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.02
Fixed in: (no value)



Subject: Docs don't include required arguments
A number of options to the constructor (new) are required but not spoken of in the documentation. Specifically, in order to get the example to work, I had to construct the object like this: my $gdrive = Net::GoogleDrive->new( scope => 'https://www.googleapis.com/auth/drive', redirect_uri => '<provided by google>', client_id => '<provided by google>', client_secret => '<provided by google>', ); Probably the docs should be updated.