It appears during the April 2020 update of the FreshDesk API, an unannounced change removed the ability to upload base64 encoded images in the solution article body. I now receive an error: article_base64_content_error ‘Failed to update article as Base64 images are not supported’.
Images can be uploaded in a solution article via the UI (it uploads to S3 behind the scenes), but this capability was not available in the API. Base64 encoded images were being used until this functionality became available. Now it appears we cannot create solution articles with images anymore. This has broken our publishing workflow.
What can we do now? I’m aware handling the image hosting myself is an option, but that’s not ideal.