Solved
Community Connector Error Authorization
I am trying to use the Custom JSON/CSV/XML community connector in Google Data Studio. But the API I am trying to access requires OAuth 2.0 authorization. How would I go about putting these authorization parameters in JSON format within the HTTP headers?
in curl form the authorization header looks like:
--header 'Authorization': OAuth oauth_callback="XXXXXXX", oauth_consumer_key="XXXXX", oauth_nonce="XXXXXX", oauth_signature="XXXXXXX", oauth_signature_method="HMAC-SHA256", oauth_timestamp="XXXXXX", oauth_version="1.0"
Good question. Unfortunately with the Custom JSON/CSV/XML connector, only HTTP basic authentication is possible with specifications on headers.
Best regards,
-Supermetrics Support Team