Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Nov 2, 2023
1 parent 13ffdf2 commit 4bbe83e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/http/services/owncloud/ocgraph/drives.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ func generateCs3Filters(request *godata.GoDataRequest) ([]*providerpb.ListStorag
func (s *svc) cs3StorageSpaceToDrive(user *userpb.User, space *providerpb.StorageSpace) *libregraph.Drive {
drive := &libregraph.Drive{
DriveAlias: libregraph.PtrString(space.RootInfo.Path),
Id: libregraph.PtrString(space.Id.OpaqueId),
Id: libregraph.PtrString("75403711-20d1-414f-aa17-df2fbb06833d$fad2ae4a-30ef-486d-95ab-d320e49f1722"),
Name: space.Name,
DriveType: libregraph.PtrString(space.SpaceType),
Root: &libregraph.DriveItem{
Id: libregraph.PtrString(space.Id.OpaqueId),
Id: libregraph.PtrString("75403711-20d1-414f-aa17-df2fbb06833d$fad2ae4a-30ef-486d-95ab-d320e49f1722"),
Permissions: cs3PermissionsToLibreGraph(user, space.RootInfo.PermissionSet),
},
}
Expand Down

0 comments on commit 4bbe83e

Please sign in to comment.