You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The protocol (and likely also the MGM server itself) supports getting metadata by fileid.
It's sufficient that the client app properly fills the data structure message
MDId {
bytes path = 1;
fixed64 id = 2;
fixed64 ino = 3;
TYPE type = 4;
}
which is part of the query.
Add to https://github.com/cs3org/reva/blob/master/pkg/eosclientgrpc/eos_grpc/eos_grpc.proto#L165
a method to get information by file id as done in:
#1079
The text was updated successfully, but these errors were encountered: