roganOh
(rogan)
January 25, 2022, 8:17am
1
I’m trying to link both protobuffs with importing other proto.
I imported proto files into postman, and trying to link proto files with 'import / .proto ’ like below photo. (common/common.proto)
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.
1 Like
same problem, were u able to figure this out?
udit
(Udit Vasu)
March 10, 2022, 5:40am
3
We are working on adding support for importing multi-file Protobuf definition as Postman API, no ETA just yet.
But, for testing your gRPC APIs… check if setting import paths fixes your issue.
ReFruity
(Антон Истомин)
July 11, 2022, 3:56pm
4
Any updates on this? I can’t import multi-file Protobuf in 9.24.0
dillonmcc
(Dillon McCardell)
August 12, 2022, 7:31pm
5
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?
muczos
(muczos)
March 27, 2023, 1:52pm
6
Any updates? I have also a lot of files to use
+1 on looking for this feature
use the import path option after upload the proto file