Hi All,
I am getting below error in Power Query while pulling data from web.
DataFormat.Error: Specified value has invalid CRLF characters.
Parameter name: value
Details:
OAuth oauth_consumer_key="@@@",oauth_nonce="@@@",
oauth_signature="@@@", oauth_signature_method="HMAC-SHA1?
Note : if i removed quotes for the above parameters from the blow code i am getting Invalid Identifier error : (
let
Source = Web.Page(Web.Contents("https://api.twitter.com/1.1/search/tweets.json?q=spotfire"),[Headers=[#"Authorization"="OAuth oauth_consumer_key=""@@@"",
oauth_signature=""@@@"", oauth_signature_method=""HMAC-SHA1?", oauth_timestamp="@@@",
oauth_token="@@@", oauth_version="""1.0?"""]])
in
Source
I am getting below error in Power Query while pulling data from web.
DataFormat.Error: Specified value has invalid CRLF characters.
Parameter name: value
Details:
OAuth oauth_consumer_key="@@@",oauth_nonce="@@@",
oauth_signature="@@@", oauth_signature_method="HMAC-SHA1?
Note : if i removed quotes for the above parameters from the blow code i am getting Invalid Identifier error : (
let
Source = Web.Page(Web.Contents("https://api.twitter.com/1.1/search/tweets.json?q=spotfire"),[Headers=[#"Authorization"="OAuth oauth_consumer_key=""@@@"",
oauth_signature=""@@@"", oauth_signature_method=""HMAC-SHA1?", oauth_timestamp="@@@",
oauth_token="@@@", oauth_version="""1.0?"""]])
in
Source