-
Notifications
You must be signed in to change notification settings - Fork 163
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
Downloading attachments not possible when connected via API access key #121
Comments
Confirm this. |
Should we really build content URL ourselves? As I see it, we can add API key to the URL if the key is specified. I propose PR #202 as a fix. |
nobody worked on this in the recent times, so let's move out of the current release again. |
alexeyOnGitHub
added a commit
that referenced
this issue
Nov 12, 2015
Fix for #121 download attachments using API access key
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When calling the following constructor RedmineManager(String host, String apiAccessKey), the downloadAttachment(...) returns only the redmine html login page because the Transport doesn't contain the needed credentials.
With login and password works as expected.
The text was updated successfully, but these errors were encountered: