<?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: Get token how witohout CURL in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639749#M29490</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1595221"&gt;@OLIM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;http.Send ("{""oauth1_token"":""i dont now what is it"",""oauth1_token_secret"":""i dont now what is it""}")&lt;BR /&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Me too... 🤷 Where came "oauth1_token" and "oauth1_token_secret" from? Do you have some outdated v1 tokens and want to transform them to v2 (the actual one)? You need to provide the temporary code to confirm the authentication - token provided as result of authorization. Did you read carefully the referred topic I linked to? I (or somebody else) haven't posted there anything similar!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way... "grant_type" is parameter, not header!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This call can be performed with GET request, so, I hope, you can make you life easy. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Nov 2022 18:35:43 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2022-11-28T18:35:43Z</dc:date>
    <item>
      <title>get Auth token with AppKey and Appsecret error</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639657#M29480</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OLIM_0-1669642888723.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/33250i49989F324474C4C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OLIM_0-1669642888723.png" alt="OLIM_0-1669642888723.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OLIM_1-1669643025757.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/33251iE1747E4F12259307/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OLIM_1-1669643025757.png" alt="OLIM_1-1669643025757.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Why did the freaks remove the possibility of eternal tokens? now we'll have to look for another service, redo all the applications.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 10:34:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639657#M29480</guid>
      <dc:creator>OLIM</dc:creator>
      <dc:date>2022-11-29T10:34:58Z</dc:date>
    </item>
    <item>
      <title>Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639681#M29484</link>
      <description>&lt;P&gt;does anyone have a real example of getting a token of this ugly service, these have all the examples in curl&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 14:56:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639681#M29484</guid>
      <dc:creator>OLIM</dc:creator>
      <dc:date>2022-11-28T14:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639718#M29485</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1595221"&gt;@OLIM&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I'm not sure what you ask for actually, but your example has nothing to do about tokens. There Basic authentication is used and it's something specific to this type of authentication, not just something Dropbox specific, and has always been performing using base64 encoding. You can't just concatenate the things!&lt;/P&gt;&lt;P&gt;About tokens, new issued access token is always short lived. There was time when long lived access token used to issue and such tokens, if you have some, are still usable, but are deprecated currently. If you want long lived access you need refresh token. It doesn't expire automatically. Take a look &lt;A href="https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Issue-in-generating-access-token/m-p/592667" target="_blank" rel="noopener"&gt;here&lt;/A&gt; for more info.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 16:25:34 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639718#M29485</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-11-28T16:25:34Z</dc:date>
    </item>
    <item>
      <title>Online service to get token for dropbox from AppKey and AppSecret</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639727#M29504</link>
      <description>&lt;P&gt;Hi there. I didn't find a way to generate a token, I accidentally deleted the old eternal token, now it can't be restored. And new tokens live for 4 hours. All software and applications have stopped working, customers are complaining. It is clear that I'have to find another service for applications. But I haven't found yet, do you know a third-party service that would pull tokens from the dropbox by Appkey and AppSecret.&amp;nbsp;My applications are installed on devices that do not have access to the browser, it is required that the application does not require authorization data. Everything should be sewn in. And this is impossible with the current policy of Dropbox.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 17:09:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639727#M29504</guid>
      <dc:creator>OLIM</dc:creator>
      <dc:date>2022-11-28T17:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639730#M29486</link>
      <description>&lt;P&gt;give me a real example for getting a token if you are truthful. For example, in VBA. curl it is not possible to run on the client machine. It doesn't work with EncodeBase64 either, if that's what you're talking about.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 17:15:09 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639730#M29486</guid>
      <dc:creator>OLIM</dc:creator>
      <dc:date>2022-11-28T17:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639733#M29487</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="OLIM_0-1669656201399.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/33264i7D25FE60446D1356/image-size/medium?v=v2&amp;amp;px=400" role="button" title="OLIM_0-1669656201399.png" alt="OLIM_0-1669656201399.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;does not take all values of grant_type&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Nov 2022 17:24:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639733#M29487</guid>
      <dc:creator>OLIM</dc:creator>
      <dc:date>2022-11-28T17:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639735#M29488</link>
      <description>&lt;P&gt;Don't make partial posting! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; Where is the code actually?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 17:30:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639735#M29488</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-11-28T17:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639747#M29489</link>
      <description>&lt;P&gt;Function gettoken(appkey, appsecret, accesscode) As String&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Set http = CreateObject("WinHttp.WinHttpRequest.5.1")&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;http.Open "POST", "&lt;A href="https://api.dropboxapi.com/oauth2/token" target="_blank"&gt;https://api.dropboxapi.com/oauth2/token&lt;/A&gt;", False&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;http.setRequestHeader "Authorization", "Basic " &amp;amp; EncodeBase64(appkey &amp;amp; ":" &amp;amp; appsecret)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;http.setRequestHeader "Content-Type", "application/json"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;http.setRequestHeader "grant_type", "authorization_code"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;http.Send ("{""oauth1_token"":""i dont now what is it"",""oauth1_token_secret"":""i dont now what is it""}")&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;gettoken = http.ResponseText&lt;BR /&gt;End Function&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 18:14:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639747#M29489</guid>
      <dc:creator>OLIM</dc:creator>
      <dc:date>2022-11-28T18:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639749#M29490</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1595221"&gt;@OLIM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;http.Send ("{""oauth1_token"":""i dont now what is it"",""oauth1_token_secret"":""i dont now what is it""}")&lt;BR /&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Me too... 🤷 Where came "oauth1_token" and "oauth1_token_secret" from? Do you have some outdated v1 tokens and want to transform them to v2 (the actual one)? You need to provide the temporary code to confirm the authentication - token provided as result of authorization. Did you read carefully the referred topic I linked to? I (or somebody else) haven't posted there anything similar!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way... "grant_type" is parameter, not header!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This call can be performed with GET request, so, I hope, you can make you life easy. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 18:35:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639749#M29490</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-11-28T18:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639756#M29491</link>
      <description>&lt;P&gt;да я уже что попадается то и вкладываю из примеров, целый день убил на это&lt;/P&gt;&lt;P&gt;перекинул code на параметр, теперь говорит&amp;nbsp; : ResponseText : "{"error": "invalid_grant", "error_description": "code doesn't exist or has expired"}" : String&amp;nbsp;&lt;/P&gt;&lt;P&gt;заебался короче&lt;/P&gt;&lt;P&gt;нету просто токен годовой хотя бы, надо все усложнаять&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 19:23:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639756#M29491</guid>
      <dc:creator>OLIM</dc:creator>
      <dc:date>2022-11-28T19:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639759#M29492</link>
      <description>&lt;P&gt;Не разбирм руски, но от резултата на заявката ясно се вижда, че пак си поропуснал "code" параметъра... Нямам какво да добавя повече! Само ще повторя, че трябва да прочетеш още веднъж публикацията към която съм публикувал връзка и да следваш точно посоченото там.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 19:29:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639759#M29492</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-11-28T19:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639761#M29493</link>
      <description>&lt;P&gt;получается у этих долбоёбов еще и code тоже временная. Гады&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 19:32:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639761#M29493</guid>
      <dc:creator>OLIM</dc:creator>
      <dc:date>2022-11-28T19:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639763#M29494</link>
      <description>&lt;P&gt;What thread is there no intelligible manual? the user must open the browser and receive the code, from there paste it into the application, then use it once, and all over again?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 19:35:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639763#M29494</guid>
      <dc:creator>OLIM</dc:creator>
      <dc:date>2022-11-28T19:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639764#M29495</link>
      <description>&lt;P&gt;It turns out that it is necessary to distribute access from the account to everyone ?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 19:36:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639764#M29495</guid>
      <dc:creator>OLIM</dc:creator>
      <dc:date>2022-11-28T19:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639766#M29496</link>
      <description>&lt;P&gt;X9l0F84JUAAAAAAAAAAB8FhCxgouMy95JIjMG4GWLAM&lt;/P&gt;
&lt;DIV class=""&gt;App key&lt;/DIV&gt;
&lt;DIV class=""&gt;9t8amcdf27ecset&lt;/DIV&gt;
&lt;DIV class=""&gt;App secret&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;lt;REDACTED&amp;gt;&lt;/DIV&gt;
&lt;P&gt;дружище, помоги пожалуйста авторизацией, пару дней и на другой сервис все переделаю. Задолбало.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 22:11:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639766#M29496</guid>
      <dc:creator>OLIM</dc:creator>
      <dc:date>2022-11-28T22:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639768#M29498</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1595221"&gt;@OLIM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... the user must open the browser and receive the code, from there paste it into the application, ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is one possibility. I chose such a flow for clarity and simplicity. As mentioned there, you can automate this process using redirection. Then you will receive the same code through request parameter and use it further in the same way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1595221"&gt;@OLIM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;..., then use it once, ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, this is single "shot" code and once used can't be used anymore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1595221"&gt;@OLIM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;..., and all over again?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;No... You have to keep the refresh token and use it further on, as mentioned, not the initial code.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 19:44:27 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639768#M29498</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-11-28T19:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639772#M29499</link>
      <description>&lt;P&gt;I do not know where to store this token. I can't control users in 3 countries when they want to update data from Dropbox. I just need a repository where some upload data and others update from there. And they don't necessarily have a Dropbox profile&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 19:53:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639772#M29499</guid>
      <dc:creator>OLIM</dc:creator>
      <dc:date>2022-11-28T19:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639773#M29500</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1595221"&gt;@OLIM&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I do not know where to store this token. ...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hm...&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; really... &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@D88F213CAFB196B6AB70612B08AD9D31/emoticons/1f601.png" alt=":beaming_face_with_smiling_eyes:" title=":beaming_face_with_smiling_eyes:" /&gt; Where you are keeping your application configurations? 🧐 ... different registry types, config file, some local wallet,... etc. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt; The choice is yours! Most probably you have already made it if I have to bet, but you still don't understand it.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 19:59:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639773#M29500</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-11-28T19:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639776#M29501</link>
      <description>&lt;P&gt;everyone runs it on their computers, everyone has separate copies, two types of everything, those who update the data, and those who download them. Previously, one token was, of course, hidden from the user, and there were no problems.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 20:06:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639776#M29501</guid>
      <dc:creator>OLIM</dc:creator>
      <dc:date>2022-11-28T20:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Get token how witohout CURL</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639786#M29502</link>
      <description>&lt;P&gt;I am currently sitting in Lebanon, uploading data until morning, the token changes twice. The last token is saved on my computer. . And the user who is in Turkey starts work in the morning, and he still has the token that was yesterday.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 20:34:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/get-Auth-token-with-AppKey-and-Appsecret-error/m-p/639786#M29502</guid>
      <dc:creator>OLIM</dc:creator>
      <dc:date>2022-11-28T20:34:19Z</dc:date>
    </item>
  </channel>
</rss>

