As expected the URL that prints out takes me directly to my Box folder. Any idea what this BoxAPIException message is supposed to convey? I add .json() to the make_request like it says in the README ...
use Lumberjack; use Lumberjack::Message::JSON; my $message = Lumberjack::Message.new(message => 'this is a message'); $message does Lumberjack::Message::JSON; my $str ...