Sharing global variables between projects

I have self-hosted APIDOG client v2.6.3. I have http requests to an authorization service and grpc requests to another service. So I have two different projects. I need to retrieve token from the authorization service response (in postprocessing script) and put it into some a global variable. After that I need to retrieve the variable value (token) for the grpc service requests. So how can I share a global variable between projects? Now I can’t see that global variables are shared between projects

Thank you for your feedback. Currently, this feature is not supported, but we will consider how to optimize the use of variables across projects.

Hello Syrax,right now we do not support passing data between https project and gRPC project right now. However, for http projects, you can reference APIs from other project in test scenarios.