我有一个 Zend_Gdata_App_Entry 类型的条目,
此条目是一个集合/文件夹,我尝试获取此文件夹的 URI,
我知道 URI 是一个 URL,但条目的 id 也是一个 URL,那么有什么区别?
我想这样做:
// Instantiate a FolderQuery object to retrieve the content of the folder.
FolderQuery contentQuery = new FolderQuery(folder.ResourceId);
URI = contentQuery.Uri
但不是在 .NET 中,而是在 PHP 中使用 Zend gdata 框架
谢谢 !