Skip to main content

2023-06-20

Changes in Topics::preview Response

We would like to inform you that there will be some changes in the response of the Topics::preview endpoint.

Modification Details

In the preview endpoint, the response for the file (uploaded to KurocoFiles) will be modified to include the domain part in the url and url_org fields.

Before

    "ext_X": {
"id": "xxxx_ext_X_0",
"url": "/files/temp/t=******/topics_draft/******/xxxx_ext_X_0.pdf",
"url_org": "/files/temp/t=******/topics_draft/******/xxxx_ext_X_0.pdf",
"dl_link": "https://******.g.kuroco.app/direct/topics/topics_file_download/?topics_id=xxxx&ext_no=X&index=0&draft_id=xxx",
"desc": ""
},

After

    "ext_X": {
"id": "xxxx_ext_X_0",
"url": "https://******.g.kuroco-img.app/files/temp/t=******/topics_draft/******/xxxx_ext_X_0.pdf",
"url_org": "https://******.g.kuroco-img.app/files/temp/t=******/topics_draft/******/xxxx_ext_X_0.pdf",
"dl_link": "https://******.g.kuroco.app/direct/topics/topics_file_download/?topics_id=xxxx&ext_no=X&index=0&draft_id=xxx",
"desc": ""
},

Impact on Customers

If you are using the file (uploaded to KurocoFiles) in the preview endpoint, you will need to make frontend modifications. Please modify your frontend code to use the response URL as it is, without adding the domain part.

caution

The exact timing for the Stable version release cannot be specified by the customers. To incorporate this change at your desired timing, please switch to the version (beta or RC version) where this modification has been applied and make the necessary frontend adjustments.

Scheduled Release Date

RC: June 27, 2023 (Tuesday)
Stable: Mid-July

Contact

If you have any questions regarding this matter, please feel free to contact Kuroco Support.


Support

If you have any other questions, please contact us or check out Our Slack Community.