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
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
It looks like this would be a simple change in com.ibm.sbt.services.client.connections.files.FileUrls, but I was hoping that someone could check me on this (and officially change it). Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to download a file from Connections using this code:
The Connections server returns:
I get the same result on my company Connections server and on Greenhouse (long may it live).
The URL being sent to the Connections server is of this format:
Looking at the Connections API documentation (from at least version 3 on up), it appears that the /file/ part of the URL just before the FileID is actually supposed to be /document/
https://www-10.lotus.com/ldd/lcwiki.nsf/dx/Downloading_a_file_ic55
Also, the Connections server doesn't seem to like the double-forward slash after the file ID (//media). This URL works fine:
It looks like this would be a simple change in com.ibm.sbt.services.client.connections.files.FileUrls, but I was hoping that someone could check me on this (and officially change it). Thanks!
The text was updated successfully, but these errors were encountered: