document.write("
<?php
$scopes = implode(' ', array(
Google_Service_Storage::DEVSTORAGE_READ_WRITE,
));
$client = new Google_Client();
$client->setAuthConfig("KEY_FILE_PATH");
$client->setScopes($scopes);
$storage = new Google_Service_Storage( $client );
?>
google.php - Snippet hosted by \"Cacher\"
");