$analytics = new \Google_Service_Storage($client); $objects=$analytics->objects->listObjects({BUCKET}); $object=$analytics->objects->get({BUCKET},$objects->items[0]->name); I receive an object, a link to a file, but I do not understand how to download