Skip to content

Commit

Permalink
For _talk and /0/ which needs to be /1/
Browse files Browse the repository at this point in the history
  • Loading branch information
ghenry committed Mar 22, 2012
1 parent 5ae6d23 commit 8818df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Net/Dropbox/API.pm
Expand Up @@ -409,7 +409,7 @@ sub _talk {
my %opts = (
consumer_key => $self->key,
consumer_secret => $self->secret,
request_url => 'https://'.$api.'.dropbox.com/0/'.$command,
request_url => 'https://'.$api.'.dropbox.com/1/'.$command,
request_method => $method,
signature_method => 'HMAC-SHA1',
timestamp => time,
Expand Down

0 comments on commit 8818df3

Please sign in to comment.