in java it worked. But in postman, I got error whcih can’t read common.proto file. but I already imported common.proto file like below photo.
I tried to import like common.draft , common.draft.proto , common/draft.proto, common/draft and etc with combinations of comman, draft, proto .
how can I import other proto file from other proto file in postman?
plz help me.
Any update? I was able to import the files referenced from the single initially selected .proto file using the “setting import paths”, but I have a Client-Server system containing over 40 .proto files that I would like to import into my protobuf API Schema on Postman in order to gain access to the associated methods. I assume this will be added as part of the multi-protobuf file update?