page not found
# 🤝help
m
https://api.botpress.cloud/v1/storage/files I am trying to post to this URL using the following payload and headers payload = { 'botId': bot_id, 'contents': file_contents_base64, 'name': file_name, 'accessType': access_type } headers = { 'Authorization': 'Bearer ', 'Content-Type': 'application/json', } But im getting 404 page not found