<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Unexpected character encountered while parsing value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Unexpected-character-encountered-while-parsing-value/m-p/1814513#M66601</link>
    <description>&lt;P&gt;&lt;SPAN class="Y2IQFc"&gt;Hello!&lt;BR /&gt;I have a sub that calls a refresh token ... the result of the token is saved in a variable and then passed to another call&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;has anyone gone through this?&amp;nbsp;this connection was working normally from 6 months until yesterday&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andre_rizzatti_1-1623418706988.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56683iD6D025CA40FE1953/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andre_rizzatti_1-1623418706988.png" alt="andre_rizzatti_1-1623418706988.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andre_rizzatti_0-1623418699009.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56682i749E7BAD4500E437/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andre_rizzatti_0-1623418699009.png" alt="andre_rizzatti_0-1623418699009.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jun 2021 13:43:10 GMT</pubDate>
    <dc:creator>andre_rizzatti</dc:creator>
    <dc:date>2021-06-11T13:43:10Z</dc:date>
    <item>
      <title>Unexpected character encountered while parsing value</title>
      <link>https://community.qlik.com/t5/App-Development/Unexpected-character-encountered-while-parsing-value/m-p/1814513#M66601</link>
      <description>&lt;P&gt;&lt;SPAN class="Y2IQFc"&gt;Hello!&lt;BR /&gt;I have a sub that calls a refresh token ... the result of the token is saved in a variable and then passed to another call&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;has anyone gone through this?&amp;nbsp;this connection was working normally from 6 months until yesterday&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andre_rizzatti_1-1623418706988.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56683iD6D025CA40FE1953/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andre_rizzatti_1-1623418706988.png" alt="andre_rizzatti_1-1623418706988.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="andre_rizzatti_0-1623418699009.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/56682i749E7BAD4500E437/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andre_rizzatti_0-1623418699009.png" alt="andre_rizzatti_0-1623418699009.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 13:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unexpected-character-encountered-while-parsing-value/m-p/1814513#M66601</guid>
      <dc:creator>andre_rizzatti</dc:creator>
      <dc:date>2021-06-11T13:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected character encountered while parsing value</title>
      <link>https://community.qlik.com/t5/App-Development/Unexpected-character-encountered-while-parsing-value/m-p/1814655#M66614</link>
      <description>&lt;P&gt;Hi, i'm not an expert on this but when I used similar codes to retrieve tokens I have to pass the client_id, client_secret and the refresh token.&lt;/P&gt;&lt;P&gt;Every API has it's own way to get access but I think you have to pass some kind of credentials, ie:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;JSON&amp;nbsp;(wrap&amp;nbsp;on)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"root"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;WITH&amp;nbsp;CONNECTION&amp;nbsp;(&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;URL&amp;nbsp;"$(vRequestURL)"&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;This "vRequestURL" is a variable than contains the url with all the needeed parameters the API requires to return the access_token.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Maybe something has expired and it retuns a login or error page, and this page is what the rest connector can't parse.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm just guessing, you have to look in the documentation of that API how to get the token... or wait to another community user with more knowledge of this than me.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 12 Jun 2021 07:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unexpected-character-encountered-while-parsing-value/m-p/1814655#M66614</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-06-12T07:59:49Z</dc:date>
    </item>
  </channel>
</rss>

