-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] google healthcare communication #3833
Comments
I have a PR to fix it today |
Hey @sedghi , first of all i really want to thank you about the interest about the issue .
google.js :
|
** UPDATE ** after clone a new dir with the latest version , seems to be fixed , but now this is the result when viewing the study : |
That is another problem |
Describe the Bug
Comparing branches V3.7.0-beta.30 TO the stabled 3.7.0 \ MASTER branch I am facing issues with Authorization Errors coming from google healthcare api..
Steps to Reproduce
everything is set as written in docs regard to fetching data from gcp healthcare api - IN BRANCH V3.7.0-beta.30 EVERYTHING WORKS COMPLETLY FINE
The current behavior
After switching to a newer branch (and editing the google.js config file with my client id and healthcare api)
I do able to Get my study List just fine , BUT ! when i am getting into a study , Im Getting authorization ERROR
GET https://healthcare.googleapis.com/v1/projects/my-pacs-project/locations/me-west1/datasets/my-dataset/dicomStores/my-datastore/dicomWeb/studies/1.2.840.113619.2.394.124048.1697706108.2.1/series/1.2.840.113619.2.394.124048.1697706108.1.1/instances/1.2.840.113619.2.394.124048.1697706574.17.1/frames/1 401 (Unauthorized)
The expected behavior
I should get my data with no authorization error because i am setting my google.js file COMPLETLY like the one in version 3.7.0-beta.30
OS
Window 11
Node version
v20.9.0
Browser
Version 118.0.5993.118 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: