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 { func DefaultDriveItemProps() []string {
return idAnd( return idAnd(
"content.downloadUrl", // "content.downloadUrl",
"createdBy", // "createdBy",
"createdDateTime", // "createdDateTime",
"file", // "file",
"folder", // "folder",
"lastModifiedDateTime", // "lastModifiedDateTime",
"name", // "name",
"package", // "package",
"parentReference", // "parentReference",
"root", // "root",
"sharepointIds", // "sharepointIds",
"size", // "size",
"deleted", // "deleted",
"malware", // "malware",
"shared") // "shared")
)
} }
// URL cache only needs to fetch a small subset of item properties // URL cache only needs to fetch a small subset of item properties