GCP plugin support for v1

Hello everyone,
is it possible to switch the google cloud platform plugin to use v1 api insead of v1beta when connecting to google healthcare api ? i see a BaseURL parameter but when i change to https://healthcare.googleapis.com/v1/ instead of https://healthcare.googleapis.com/v1beta/ the calls are still going through v1beta. Anybody ran into similar issue?

Hello,

From what I see in the source code, as long as you properly set the “BaseUrl” field in your configuration file, as described in the Orthanc Book, all the requests should be properly redirected:
https://book.orthanc-server.com/plugins/google-cloud-platform.html#advanced-options

Have you used the proper case for the option (i.e. “BaseUrl” instead of “BaseURL”)?

Otherwise, I cannot provide further support, as Google doesn’t provide me with a test account.

Regards,
Sébastien-