- π§πͺBelgium tim-diels Belgium π§πͺ
The 3.0.x release will allow to use the new authentication. But even with the 2.0.x we did not have any problems. So closing this one as works as designed.
Was seeing this:
Array
(
[0] => Array
(
[code] => 10000
[message] => Authentication error
)
)
Install latest module and configure using CF tokens as described in docs.
Looks like the API has changed? I was able to get it working by changing the auth headers.
'Authorization' => 'Bearer ' . $this->cloudflareStream->getApiKey(),
Test patch please :)
n/a
Service updated protected function getHeaders
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The 3.0.x release will allow to use the new authentication. But even with the 2.0.x we did not have any problems. So closing this one as works as designed.