hi friends, Am beginer to use google docs api which is provided by zend framework.I have been trying to get the details of documents(filename,size,modified, uploaded date and its type) which I have uploaded to google docs..I can retrieve document name,modified and uploaded date but for type its giving "text/html" to all documents i mean for text file,word document, html file, the question is how can i get exact type of document and one thing am not getting size also. Its not giving error or output If i give like this echo "size: ".$docs->size->text."<br>"; please point me in the right direction so i can get all the details thank you, regards, harry