<?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: Action required: tokens and permissions in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Action-required-tokens-and-permissions/m-p/527732#M25585</link>
    <description>&lt;P&gt;I see you're using the &lt;A href="https://www.nuget.org/packages/Xamarin.Dropbox.Api" target="_blank"&gt;Xamarin.Dropbox.Api&lt;/A&gt; which is not an official Dropbox SDK. It's owned by Microsoft and Xamarin. That would need to be updated for the new authorization functionality. It looks like it hasn't been updated since 2017 though, so you may want to contact them to see if they will update it.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jun 2021 13:08:26 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2021-06-18T13:08:26Z</dc:date>
    <item>
      <title>Action required: tokens and permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Action-required-tokens-and-permissions/m-p/527668#M25582</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Action required: tokens and permissions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a message from DropBox.&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;As a reminder, on September 30th, 2021, the Dropbox OAuth flow will no longer return new long-lived access tokens. It will instead return short-lived access tokens, and optionally return refresh tokens. Existing tokens are not impacted.&lt;/P&gt;&lt;P&gt;Apps that require background access will need to update their code to use refresh tokens, which is made easier by using our&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.dropbox.com/l/AAAkUw2rocBC-GOcPpXjQdnc_AZLFjsxMd0" target="_blank" rel="noopener"&gt;updated SDKs&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;I use NuGet package Xamarin.Dropbox.Api 4.5.3.1 (updated 24.10.2017)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I update my code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 02:47:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Action-required-tokens-and-permissions/m-p/527668#M25582</guid>
      <dc:creator>XamarinDeveloper</dc:creator>
      <dc:date>2021-06-18T02:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Action required: tokens and permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Action-required-tokens-and-permissions/m-p/527732#M25585</link>
      <description>&lt;P&gt;I see you're using the &lt;A href="https://www.nuget.org/packages/Xamarin.Dropbox.Api" target="_blank"&gt;Xamarin.Dropbox.Api&lt;/A&gt; which is not an official Dropbox SDK. It's owned by Microsoft and Xamarin. That would need to be updated for the new authorization functionality. It looks like it hasn't been updated since 2017 though, so you may want to contact them to see if they will update it.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 13:08:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Action-required-tokens-and-permissions/m-p/527732#M25585</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-06-18T13:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Action required: tokens and permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Action-required-tokens-and-permissions/m-p/527880#M25589</link>
      <description>&lt;P&gt;Thank you for clear answer.&lt;/P&gt;&lt;P&gt;Dropbox has official API for .NET.&lt;/P&gt;&lt;P&gt;How can I see (updated) sample code for .NET API?&lt;/P&gt;</description>
      <pubDate>Sat, 19 Jun 2021 03:17:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Action-required-tokens-and-permissions/m-p/527880#M25589</guid>
      <dc:creator>XamarinDeveloper</dc:creator>
      <dc:date>2021-06-19T03:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Action required: tokens and permissions</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Action-required-tokens-and-permissions/m-p/528200#M25598</link>
      <description>&lt;P&gt;Dropbox does offer an official .NET SDK for Dropbox API v2, which you can find &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That comes with &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples" target="_self"&gt;several example apps,&lt;/A&gt; including sample code updated for the new authorization functionality, such as in &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/OauthBasic" target="_self"&gt;OauthBasic&lt;/A&gt; and &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/OAuthPKCE" target="_self"&gt;OAuthPKCE&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 15:03:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Action-required-tokens-and-permissions/m-p/528200#M25598</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-06-21T15:03:39Z</dc:date>
    </item>
  </channel>
</rss>

