<?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 Re: Issue with Token Validation in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/issue-with-token-validation/m-p/4636686#M1108</link>
    <description>&lt;P&gt;I have created a .env file to keep the access token safe, and referenced it in another file with a variable and all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anotação 2022-06-22 120122.png" style="width: 512px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/154388i21C1DCC6B511212C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Anotação 2022-06-22 120122.png" alt="Anotação 2022-06-22 120122.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anotação 2022-06-22 120303.png" style="width: 724px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/154389i0ADDB320C3D0EF97/image-size/large?v=v2&amp;amp;px=999" role="button" title="Anotação 2022-06-22 120303.png" alt="Anotação 2022-06-22 120303.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And I have done the same process on another PC (with another key) and it worked just fine, I don't know why it's not working in this PC...&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jun 2022 15:05:11 GMT</pubDate>
    <dc:creator>AliceSilva</dc:creator>
    <dc:date>2022-06-22T15:05:11Z</dc:date>
    <item>
      <title>Issue with Token Validation</title>
      <link>https://community.cisco.com/t5/webex-for-developers/issue-with-token-validation/m-p/4636637#M1105</link>
      <description>&lt;P&gt;I'm having a problem activating the bot using powershell, it seems that it is not validating the token, can anyone help me with this problem? I hav already created the bot properly and got the token but this error keeps appearing when I try to activate it&lt;/P&gt;&lt;PRE&gt;webexteamssdk.exceptions.AccessTokenError: You must provide a Webex Teams access token to interact with the Webex Teams APIs, either via a WEBEX_TEAMS_ACCESS_TOKEN environment variable or via the access_token argument.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 14:20:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/issue-with-token-validation/m-p/4636637#M1105</guid>
      <dc:creator>AliceSilva</dc:creator>
      <dc:date>2022-06-22T14:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Token Validation</title>
      <link>https://community.cisco.com/t5/webex-for-developers/issue-with-token-validation/m-p/4636673#M1107</link>
      <description>&lt;P&gt;Based on the error it seems like you're not providing the access token to the script properly. What exactly are you trying to do in order to provide the access token to the app?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 14:56:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/issue-with-token-validation/m-p/4636673#M1107</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2022-06-22T14:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Token Validation</title>
      <link>https://community.cisco.com/t5/webex-for-developers/issue-with-token-validation/m-p/4636686#M1108</link>
      <description>&lt;P&gt;I have created a .env file to keep the access token safe, and referenced it in another file with a variable and all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anotação 2022-06-22 120122.png" style="width: 512px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/154388i21C1DCC6B511212C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Anotação 2022-06-22 120122.png" alt="Anotação 2022-06-22 120122.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anotação 2022-06-22 120303.png" style="width: 724px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/154389i0ADDB320C3D0EF97/image-size/large?v=v2&amp;amp;px=999" role="button" title="Anotação 2022-06-22 120303.png" alt="Anotação 2022-06-22 120303.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And I have done the same process on another PC (with another key) and it worked just fine, I don't know why it's not working in this PC...&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 15:05:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/issue-with-token-validation/m-p/4636686#M1108</guid>
      <dc:creator>AliceSilva</dc:creator>
      <dc:date>2022-06-22T15:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Token Validation</title>
      <link>https://community.cisco.com/t5/webex-for-developers/issue-with-token-validation/m-p/4636698#M1109</link>
      <description>&lt;P&gt;Since you're trying to read it from a .env file you could install the python-dotenv module and then import it that way. Seems like for whatever reason the python script isn't able to see/read the .env file with the way you're currently trying(you can try searching stackoverflow to see if someone has ran into that issue and a solution was provided).&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 15:28:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/issue-with-token-validation/m-p/4636698#M1109</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2022-06-22T15:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Token Validation</title>
      <link>https://community.cisco.com/t5/webex-for-developers/issue-with-token-validation/m-p/4636707#M1110</link>
      <description>&lt;P&gt;AFAIK, just having a .env file around won't cause environment variables to be automatically loaded from it - you'll need to use python-dotenv to make that happen: &lt;A href="https://pypi.org/project/python-dotenv/#getting-started" target="_blank"&gt;https://pypi.org/project/python-dotenv/#getting-started&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 15:48:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/issue-with-token-validation/m-p/4636707#M1110</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2022-06-22T15:48:06Z</dc:date>
    </item>
  </channel>
</rss>

