2014-09-24 40 views
0

我使用PHP sdk來列出Google計算引擎帳戶中可用的所有圖像。 這裏是我的代碼:如何使用PHP列出由Google計算引擎存儲的圖像?

$images= $this->service->listImages($projectID, $optionalArray);  
$image = $images->getItems(); 

它返回,即使我有影像在我帳戶空數組

+0

你願意分享你在Pastebin.com代碼,所以我可以嘗試重現我的帳戶? – 2014-09-24 08:03:22

+0

這是http://pastebin.com/7jcrhqH0 – 2014-09-24 08:14:42

+0

謝謝,只是一個確認:你使用https://github.com/google/google-api-php-client? – 2014-09-24 08:31:41

回答

相關問題