Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creative Cloud Libraries - integration fails with 401 error #146

Open
claudiaGe opened this issue Jul 25, 2024 · 0 comments
Open

Creative Cloud Libraries - integration fails with 401 error #146

claudiaGe opened this issue Jul 25, 2024 · 0 comments

Comments

@claudiaGe
Copy link

Hello,
we are encountering problems with our connections to Creative Cloud Libraries.
Since recently all our connections are being disconnected.

The creation of the connection itself is successful.
However, the connection is not active.

We check if the connection is active via this url: https://cc-libraries.adobe.io/api/v1/libraries/
In the logs we find that an 401 (Unauthorized) causes this error.

We recreated the request in postman to get further details of the error. The error-message we received is the following:

{
    "reason": "There was an error processing your request. Request id: C0SrDhM2OqQD60LNtOOXPnYH5hFcsUJe.",
    "message": "System error"
}

There were no changes in our code that would affect the Creative Cloud Libraries-integration. We checked if all Keys, Secrets and Variables are set correctly.

This is the request we sent via postman:

"request": {
	"method": "GET",
	"header": [
		{
			"key": "Authorization",
			"value": "Bearer *****",
			"type": "text"
		},
		{
			"key": "x-api-key",
			"value": "*****",
			"type": "text"
		}
	],
	"url": {
		"raw": "https://cc-libraries.adobe.io/api/v1/libraries?limit=1",
		"protocol": "https",
		"host": [
			"cc-libraries",
			"adobe",
			"io"
		],
		"path": [
			"api",
			"v1",
			"libraries"
		],
		"query": [
			{
				"key": "limit",
				"value": "1"
			}
		]
	},
},

We appreciate you help with this error.

Best wishes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant