You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i called getRepositoryApi().getRawFileContent()
i got 400 (Bad request) "filepath" not given
And i found the queryParams didn't take effect indeed: ClientResponse get (ClientResponse.Status expectedStatus, MultivaluedMap<String, String> queryParams, Object ... pathArgs)
when i add the queryParams to url and called ClientResponse get (ClientResponse.Status expectedStatus, MultivaluedMap<String, String> queryParams, URL url)
instead. Everything is ok.
I don't what's wrong with it. Can you fix it please?