<?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: SDK javascript &amp;amp;colon; Tester la validité de la clé in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SDK-javascript-amp-colon-Tester-la-validit%C3%A9-de-la-cl%C3%A9/m-p/287842#M17600</link>
    <description>&lt;P&gt;Un jeton d'accès peut être révoqué à distance à tout moment, vous devez donc effectuer un appel API réel pour vérifier s'il est toujours valide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Je recommande d'utiliser &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#usersGetCurrentAccount__anchor" target="_blank"&gt;usersGetCurrentAccount&lt;/A&gt; pour cela, car il n'a aucun effet secondaire.&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;S'il vous plaît excusez nos traductions. Nos traductions ont été créées en utilisant un traducteur en ligne. Nous aimerions soutenir toutes les langues, mais nous ne sommes pas équipés pour le faire. Voici la version anglaise:&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;Please excuse our translations. Our translations were created using an online translator. We'd like to support every language, but we're not currently equipped to do so. Here is the English version:&lt;/P&gt;
&lt;P&gt;---&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An access token can be revoked remotely at any time, so you need to make an actual API call to check if it's currently still valid.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;recommend using&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#usersGetCurrentAccount__anchor" target="_blank"&gt;usersGetCurrentAccount&lt;/A&gt; for that, since it doesn't have any side effects.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jul 2018 15:26:11 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-07-30T15:26:11Z</dc:date>
    <item>
      <title>SDK javascript &amp;colon; Tester la validité de la clé</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SDK-javascript-amp-colon-Tester-la-validit%C3%A9-de-la-cl%C3%A9/m-p/286830#M17590</link>
      <description>&lt;P&gt;Bonjour,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pour accèder a mes fichiers Dropbox, je créé l'objet dbx comme suis:&lt;/P&gt;
&lt;PRE&gt;dbx = &lt;SPAN&gt;new &lt;/SPAN&gt;Dropbox.Dropbox({&lt;SPAN&gt;accessToken&lt;/SPAN&gt;: DROPBOXAPIKEY})&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;dbx à toujours une valeur, même si la clé n'est pas valide.&lt;/P&gt;
&lt;P&gt;Comment puis-je tester dbx pour savoir si la clé est valide ou non ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Merci de votre réponse.&lt;/P&gt;
&lt;P&gt;Yvan COYAUD&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:11:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SDK-javascript-amp-colon-Tester-la-validit%C3%A9-de-la-cl%C3%A9/m-p/286830#M17590</guid>
      <dc:creator>yvancoyaud</dc:creator>
      <dc:date>2019-05-29T09:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: SDK javascript &amp;colon; Tester la validité de la clé</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SDK-javascript-amp-colon-Tester-la-validit%C3%A9-de-la-cl%C3%A9/m-p/287842#M17600</link>
      <description>&lt;P&gt;Un jeton d'accès peut être révoqué à distance à tout moment, vous devez donc effectuer un appel API réel pour vérifier s'il est toujours valide.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Je recommande d'utiliser &lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#usersGetCurrentAccount__anchor" target="_blank"&gt;usersGetCurrentAccount&lt;/A&gt; pour cela, car il n'a aucun effet secondaire.&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;S'il vous plaît excusez nos traductions. Nos traductions ont été créées en utilisant un traducteur en ligne. Nous aimerions soutenir toutes les langues, mais nous ne sommes pas équipés pour le faire. Voici la version anglaise:&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;Please excuse our translations. Our translations were created using an online translator. We'd like to support every language, but we're not currently equipped to do so. Here is the English version:&lt;/P&gt;
&lt;P&gt;---&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An access token can be revoked remotely at any time, so you need to make an actual API call to check if it's currently still valid.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;recommend using&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-js/Dropbox.html#usersGetCurrentAccount__anchor" target="_blank"&gt;usersGetCurrentAccount&lt;/A&gt; for that, since it doesn't have any side effects.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 15:26:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/SDK-javascript-amp-colon-Tester-la-validit%C3%A9-de-la-cl%C3%A9/m-p/287842#M17600</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-07-30T15:26:11Z</dc:date>
    </item>
  </channel>
</rss>

