only have Id

This commit is contained in:
Abhishek Pandey 2023-11-19 17:44:03 -08:00
parent b1cf23bee3
commit d8d4947bbf

View File

@ -107,21 +107,22 @@ func idAnd(ss ...string) []string {
func DefaultDriveItemProps() []string {
return idAnd(
"content.downloadUrl",
"createdBy",
"createdDateTime",
"file",
"folder",
"lastModifiedDateTime",
"name",
"package",
"parentReference",
"root",
"sharepointIds",
"size",
"deleted",
"malware",
"shared")
// "content.downloadUrl",
// "createdBy",
// "createdDateTime",
// "file",
// "folder",
// "lastModifiedDateTime",
// "name",
// "package",
// "parentReference",
// "root",
// "sharepointIds",
// "size",
// "deleted",
// "malware",
// "shared")
)
}
// URL cache only needs to fetch a small subset of item properties