Access unauthorized 401 #9237
happytonny
started this conversation in
General
Replies: 4 comments 1 reply
-
--header 'Authorization: Bearer app-70fiCwaJ2cSrWJMsOwy28GA9' delete {} |
Beta Was this translation helpful? Give feedback.
1 reply
-
Do you resolve this issue? I met the same problem....If you got the answer, please tell me and thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had the same problem. Have you solved it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
[cid:05720552-77de-496e-b3eb-570fd7822363]
…________________________________
From: Nyoko74 ***@***.***>
Sent: Monday, April 7, 2025 1:36 AM
To: langgenius/dify ***@***.***>
Cc: fanfan-lucky ***@***.***>; Comment ***@***.***>
Subject: Re: [langgenius/dify] Access unauthorized 401 (Discussion #9237)
I had the same problem. Have you solved it?
—
Reply to this email directly, view it on GitHub<#9237 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BOEXDJSCDZARD73PO5J2N732YHJDDAVCNFSM6AAAAABPYQGYYOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENZUGQ3TCNA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
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
-
Self Checks
Content
I used dify to publish a workflow and accessed it through the API. I referred to the following API documentation:
curl -X POST 'http://localhost/v1/workflows/run'
--header 'Authorization: Bearer {app-G6c5inhYNOkk1cLXAWIByAlp}'
--header 'Content-Type: application/json'
--data-raw '{
"inputs": {},
"response_mode": "streaming",
"user": "abc-123"
}'
When accessing, the following error is reported all the time: {"code": "unauthorized", "message": "Access token is invalid", "status": 401}.
Beta Was this translation helpful? Give feedback.
All reactions