Content
View differences
Updated by GitHub about 8 years ago
Example: https://community.openproject.com/api/v3/attachments/5909
There the download location returned is `/attachments/5909/Project_Dropdown_Bug.mp4`.
This URL, however, needs authentication itself and will redirect to the login page if called via an API client which does not have web session with OpenProject.
To make matters worse the attachments controller does not allow API key authentication which means it’s impossible to download the attachment.
There the download location returned is `/attachments/5909/Project_Dropdown_Bug.mp4`.
This URL, however, needs authentication itself and will redirect to the login page if called via an API client which does not have web session with OpenProject.
To make matters worse the attachments controller does not allow API key authentication which means it’s impossible to download the attachment.