Metadata contains an invalid url with the wring position for the token parameter in drive item delta queries with token.
/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}''). token is passed as a path parameter but this should be a query parameter when accessing the drive item i.e /me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()?token='token'
Metadata contains an invalid url with the wring position for the token parameter in drive item delta queries with token.
/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta(token=''{token}'')
.token
is passed as a path parameter but this should be a query parameter when accessing the drive item i.e/me/drives/{drive-id}/items/{driveItem-id}/microsoft.graph.delta()?token='token'