OpenNTF/SocialSDK

Upload new version of community file does not work

Closed this issue · 1 comments

This is my fix
in com.ibm.sbt.services.client.connections.files.FileUrls
change line :
UPLOAD_NEW_VERSION_COMMUNITY_FILE(new VersionedUrl(v4_0, "{files}/{authType}/{accessType}/library/{communityId}/document/{fileId}/entry")),
to
UPLOAD_NEW_VERSION_COMMUNITY_FILE(new VersionedUrl(v4_0, "{files}/{authType}/{accessType}/communitylibrary/{communityId}/document/{fileId}/entry")),

fixed in latest build - 1.1.11