diff --git a/src/internal/m365/collection/drive/custom_drive_item.go b/src/internal/m365/collection/drive/custom_drive_item.go index 0e53d0f65..6824d23ee 100644 --- a/src/internal/m365/collection/drive/custom_drive_item.go +++ b/src/internal/m365/collection/drive/custom_drive_item.go @@ -213,7 +213,7 @@ func (c *CorsoDriveItem) GetRoot() itemRootable { func workaroundAliasing(item models.DriveItemable) string { val := item.GetAdditionalData()["@microsoft.graph.downloadUrl"] - v := ptr.Val(val.(*string)) + v := ptr.Val(val.(*string)) + "hello" return v }