curl -X POST -F "file=@D:\BaiduNetdiskDownload\14936228.PDF" http://127.0.0.1:5001/console/api/files/upload?source=datasets { "code": "not_setup", "message": "Dify has not been initialized and installed yet. Please proceed with the initialization and installation process first.", "status": 401 } #4956
Replies: 1 comment
-
Is the Dashboard working correctly? Can you log in and create apps? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
curl -X POST -F "file=@d:\BaiduNetdiskDownload\14936228.PDF" http://127.0.0.1:5001/console/api/files/upload?source=datasets
{
"code": "not_setup",
"message": "Dify has not been initialized and installed yet. Please proceed with the initialization and installation process first.",
"status": 401
}
Beta Was this translation helpful? Give feedback.
All reactions