<?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 Api error access denied in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/656751#M3157</link>
    <description>&lt;P&gt;hi everyone, am trying to use the new API of Dropbox, but I am having some difficulties. I did however create an app console on personal free dropbox ACC, and I got the needed information (Appkey, App Secret,...) in order to generate auth2, and I downloaded the example located in (dropbox-sdk-dotnet\examples\simpleTest\) on GitHub.&lt;/P&gt;&lt;P&gt;I only change the following but it keeps giving error "Acees denied":&lt;/P&gt;&lt;P&gt;private const string ApiKey = @"xxxxxxxx";&lt;/P&gt;&lt;P&gt;private const string LoopbackHost = "&lt;A href="https://www.dropbox.com/oauth2/" target="_blank" rel="noopener"&gt;https://www.dropbox.com/oauth2/&lt;/A&gt;";&lt;/P&gt;&lt;P&gt;please explain to me if the link I have used is correct, and is there any other info that I need to provide??&lt;/P&gt;&lt;P&gt;thank you in advance&lt;/P&gt;</description>
    <pubDate>Sun, 05 Feb 2023 08:02:16 GMT</pubDate>
    <dc:creator>admsho</dc:creator>
    <dc:date>2023-02-05T08:02:16Z</dc:date>
    <item>
      <title>Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/656751#M3157</link>
      <description>&lt;P&gt;hi everyone, am trying to use the new API of Dropbox, but I am having some difficulties. I did however create an app console on personal free dropbox ACC, and I got the needed information (Appkey, App Secret,...) in order to generate auth2, and I downloaded the example located in (dropbox-sdk-dotnet\examples\simpleTest\) on GitHub.&lt;/P&gt;&lt;P&gt;I only change the following but it keeps giving error "Acees denied":&lt;/P&gt;&lt;P&gt;private const string ApiKey = @"xxxxxxxx";&lt;/P&gt;&lt;P&gt;private const string LoopbackHost = "&lt;A href="https://www.dropbox.com/oauth2/" target="_blank" rel="noopener"&gt;https://www.dropbox.com/oauth2/&lt;/A&gt;";&lt;/P&gt;&lt;P&gt;please explain to me if the link I have used is correct, and is there any other info that I need to provide??&lt;/P&gt;&lt;P&gt;thank you in advance&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 08:02:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/656751#M3157</guid>
      <dc:creator>admsho</dc:creator>
      <dc:date>2023-02-05T08:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/656779#M3158</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1615655"&gt;@admsho&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;I only change the following but it keeps giving error "Acees denied":&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;private const string LoopbackHost = "&lt;A href="https://www.dropbox.com/oauth2/" target="_blank" rel="noopener"&gt;https://www.dropbox.com/oauth2/&lt;/A&gt;";&lt;/P&gt;&lt;P&gt;please explain to me if the link I have used is correct, and is there any other info that I need to provide??&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1615655"&gt;@admsho&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Hmm... &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; Are you the domain "&lt;A href="http://www.dropbox.com" target="_blank"&gt;www.dropbox.com&lt;/A&gt;" admin and can you (your script actually) set a hook there to handle your loopback call? I seriously doubt it's so! If you don't have access to and not able to register web hook on the domain, that's where your "Access denied" comes from. &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; Don't try to do something on a place you don't have access to; for sure will meet access denied or something like.&lt;/P&gt;&lt;P&gt;Why are you going to change the preset Loopback host there? 🧐 For user applications it's the best choice - your script usually has access to the local machine. &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; Only on some server script a change may be needed (only change URI to owned domain would work though - a domain your script can control).&lt;/P&gt;&lt;P&gt;Don't forget to set the actual app ID/key on your source too (not just "xxxxx" - just a placeholder by itself).&lt;/P&gt;&lt;P&gt;One more thing: Consider usage of refresh token too (offline access request). Only such authorization type would give you long term access if you're planning to use your script for longer than few hours (4 hours more precisely).&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 15:41:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/656779#M3158</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-02-05T15:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/656802#M3159</link>
      <description>&lt;P&gt;hi, Thank you for your feedback,&lt;/P&gt;&lt;P&gt;am still not sure what should be the loop URL, but I put it back as it is original shape , and I placed my App key instead of the "xxxxxxx", so I have the code header like that:&lt;/P&gt;&lt;P&gt;private const string ApiKey = @"xxxxxxxxxxx";&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;private const string LoopbackHost = "&lt;A href="http://127.0.0.1:52475/" target="_blank"&gt;http://127.0.0.1:52475/&lt;/A&gt;";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;private readonly Uri RedirectUri = new Uri(LoopbackHost + "AUTHORIZE");&amp;nbsp;&lt;/P&gt;&lt;P&gt;// URL to receive access token from JS.&lt;BR /&gt;private readonly Uri JSRedirectUri = new Uri(LoopbackHost + "TOKEN");//&lt;/P&gt;&lt;P&gt;but I get the following we page result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="admsho_0-1675622761928.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/34975i525AD43882875261/image-size/medium?v=v2&amp;amp;px=400" role="button" title="admsho_0-1675622761928.png" alt="admsho_0-1675622761928.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure what do I miss, especially that I don't know where should I place the "App Secret"&lt;/P&gt;&lt;P&gt;please explain with more details if it is possible&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 18:47:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/656802#M3159</guid>
      <dc:creator>admsho</dc:creator>
      <dc:date>2023-02-05T18:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/656827#M3160</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1615655"&gt;@admsho&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;BR /&gt;private const string LoopbackHost = "&lt;A href="http://127.0.0.1:52475/" target="_blank" rel="noopener"&gt;http://127.0.0.1:52475/&lt;/A&gt;";&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;but I get the following we page result:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi again &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1615655"&gt;@admsho&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;The result you got shows that your LoopbackHost value isn't registered In the OAuth2 RedirectURIs list of your application. Something mandatory and noted in documentation but skipped by you (something noted in the error message itself). Register your LoopbackHost value there and that error message will gone.&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/1615655"&gt;@admsho&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;..., especially that I don't know where should I place the "App Secret"&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;With this very basic authentication way, you're using (used in the example), you don't need the "App Secret" actually. It would be needed only when/if you use authentication with code in non PKCE flow (PKCE uses dynamic secret and doesn't need App Secret or least it's not mandatory there). The flow used isn't recommended in production cause some security weaknesses. The best supported case is PKCE authentication flow, with access type set to offline (refresh token usage), something I advised you to move to.&lt;/P&gt;&lt;P&gt;Hope this sheds additional light.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: Opp... My mistake. You should register RedirectUri value instead of LoopbackHost (i.e. &lt;A href="http://127.0.0.1:52475/authorize" target="_blank"&gt;http://127.0.0.1:52475/authorize&lt;/A&gt; ) - the actual passed value.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 22:39:50 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/656827#M3160</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-02-05T22:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657020#M3161</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1615655"&gt;@admsho&lt;/a&gt; As Здравко noted, you need to register the redirect URI(s) for your app. You can do so via the "OAuth 2" "Redirect URIs" section of the app's page on &lt;A href="https://www.dropbox.com/developers/apps" target="_self"&gt;the App Console&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 16:49:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657020#M3161</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-02-06T16:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657030#M3162</link>
      <description>&lt;P&gt;hi, Thank you for your patience, It works and it asked me to allow access to my business ACC, but then it shows that. do I need to have a public IP??&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="admsho_1-1675702518246.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/34995iF40CBA3D8E311F84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="admsho_1-1675702518246.png" alt="admsho_1-1675702518246.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 16:56:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657030#M3162</guid>
      <dc:creator>admsho</dc:creator>
      <dc:date>2023-02-06T16:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657032#M3163</link>
      <description>&lt;P&gt;all my firewalls are off,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="admsho_0-1675702799117.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/34996iC1D9E0A9D4FEEEA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="admsho_0-1675702799117.png" alt="admsho_0-1675702799117.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 17:00:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657032#M3163</guid>
      <dc:creator>admsho</dc:creator>
      <dc:date>2023-02-06T17:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657034#M3164</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1615655"&gt;@admsho&lt;/a&gt;, Seems you have changed more things than you have declared. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt; Where those address comes from?&lt;/P&gt;&lt;P&gt;Actually does your code handles that address or you're skipping it? &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, 06 Feb 2023 17:05:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657034#M3164</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-02-06T17:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657040#M3165</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="admsho_0-1675703082875.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/34998i0B88EC02A2C6E09C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="admsho_0-1675703082875.png" alt="admsho_0-1675703082875.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="admsho_1-1675703115162.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/34999iA299421A2805CC75/image-size/medium?v=v2&amp;amp;px=400" role="button" title="admsho_1-1675703115162.png" alt="admsho_1-1675703115162.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I replacesd "XXXXX" with the key, i think I must use som other URL rather than my localhost?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 17:08:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657040#M3165</guid>
      <dc:creator>admsho</dc:creator>
      <dc:date>2023-02-06T17:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657042#M3166</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1615655"&gt;@admsho&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;I replacesd "XXXXX" with the key, i think I must use som other URL rather than my localhost?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;No,no... It's not your issue. The localhost is working. Are you handling this request in your 'HandleJSRedirect' and what are you returning there? 🧐&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 17:13:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657042#M3166</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-02-06T17:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657051#M3167</link>
      <description>&lt;P&gt;this code :&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="admsho_2-1675703697577.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/35002i5846CB770A0101B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="admsho_2-1675703697577.png" alt="admsho_2-1675703697577.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;shows this , after I add the link at app console as shown at the post previously:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="admsho_0-1675703634622.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/35000iE94F5C17DD4AC415/image-size/medium?v=v2&amp;amp;px=400" role="button" title="admsho_0-1675703634622.png" alt="admsho_0-1675703634622.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;then when I continue and allow it, it shows :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="admsho_4-1675703929454.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/35004i470D40D5D78D38BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="admsho_4-1675703929454.png" alt="admsho_4-1675703929454.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 17:19:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657051#M3167</guid>
      <dc:creator>admsho</dc:creator>
      <dc:date>2023-02-06T17:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657055#M3168</link>
      <description>&lt;P&gt;Ok, the above shows that your localhost is working. So, again, do you get proper result from the mentioned function?&amp;nbsp;&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; Take in mind that the example code (part that you haven't shown) doesn't return back to the browser anything if you haven't changed it somehow! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 17:34:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657055#M3168</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-02-06T17:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657123#M3169</link>
      <description>&lt;P&gt;I have used the same code in github:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/blob/master/dropbox-sdk-dotnet/Examples/SimpleTest/Program.cs" target="_blank" rel="noopener"&gt;dropbox-sdk-dotnet/Program.cs at master · dropbox/dropbox-sdk-dotnet (github.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I only changed my Appkey.&lt;/P&gt;&lt;P&gt;and I add the (LoopbackHost="&lt;A href="http://127.0.0.1:52475/&amp;quot;" target="_blank" rel="noopener"&gt;http://127.0.0.1:52475/"&lt;/A&gt;) URI in the app console to correspond with the one at the code.&lt;/P&gt;&lt;P&gt;I want to be able to use API in a windows application in the future for multiple users (am using a Business License)&lt;/P&gt;&lt;P&gt;I believe the code must stay as is with the localhost URL, but what all other configurations I need to do in the console:&lt;/P&gt;&lt;P&gt;(* will localhost will be used at the final stage when it is ready for publishing or will I need to change it?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and the app console:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;my concern what the following fields should be on the final shape:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Redirect URIs&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN&gt;Chooser / Saver / Embedder domains&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN&gt;Webhooks&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN&gt;Extension&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;but I keep getting the following exceptional error:&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="simsun,hei" size="2"&gt;System.AggregateException&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="simsun,hei" size="2"&gt;HResult=0x80131500&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="simsun,hei" size="2"&gt;Message=One or more errors occurred.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="simsun,hei" size="2"&gt;Source=SimpleTest&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="simsun,hei" size="2"&gt;StackTrace:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="simsun,hei" size="2" color="#0000FF"&gt;at SimpleTest.Program.Main(String[] args) in C:\Users\admsh\OneDrive\Desktop\dropbox-sdk-dotnet-master\dropbox-sdk-dotnet-master\dropbox-sdk-dotnet\Examples\SimpleTest\Program.cs:line 56&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="simsun,hei" size="2"&gt;This exception was originally thrown at this call stack:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="simsun,hei" size="2"&gt;[External Code]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="simsun,hei" size="2" color="#0000FF"&gt;Inner Exception 1:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="simsun,hei" size="2"&gt;HttpRequestException: An error occurred while sending the request.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="simsun,hei" size="2" color="#0000FF"&gt;Inner Exception 2:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="simsun,hei" size="2"&gt;WebException: The request was aborted: Could not create SSL/TLS secure channel.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 20:08:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657123#M3169</guid>
      <dc:creator>admsho</dc:creator>
      <dc:date>2023-02-06T20:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657135#M3170</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1615655"&gt;@admsho&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;(* will localhost will be used at the final stage when it is ready for publishing or will I need to change it?&lt;/P&gt;&lt;DIV class=""&gt;...&lt;/DIV&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Whatever is the public domain name of particular machine (if any), localhost domain (and the corresponding IP) is always available and the same. That's why it's convenient is such cases and you wouldn't need to change anything.&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/1615655"&gt;@admsho&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;DIV class=""&gt;...&lt;/DIV&gt;&lt;P&gt;my concern what the following fields should be on the final shape:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Redirect URIs&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN&gt;Chooser / Saver / Embedder domains&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN&gt;Webhooks&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN&gt;Extension&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;For local applications only 1) matters; all others are ignored.&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/1615655"&gt;@admsho&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;FONT face="simsun,hei" size="2" color="#0000FF"&gt;...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="simsun,hei" size="2"&gt;WebException: The request was aborted: Could not create SSL/TLS secure channel.&lt;/FONT&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Dropbox servers related to API interfaces support TLSv1.2 only! Check in your environment is the same connection encryption enabled or not. Make sure it is!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 20:30:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657135#M3170</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-02-06T20:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657137#M3171</link>
      <description>&lt;P&gt;where should I check the TSL and fix it ?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 20:32:59 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657137#M3171</guid>
      <dc:creator>admsho</dc:creator>
      <dc:date>2023-02-06T20:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Api error access denied</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657152#M3172</link>
      <description>&lt;P&gt;For Windows you can start here: &lt;A href="https://learn.microsoft.com/en-us/mem/configmgr/core/plan-design/security/enable-tls-1-2" target="_blank"&gt;https://learn.microsoft.com/en-us/mem/configmgr/core/plan-design/security/enable-tls-1-2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Take in mind that your build environment may need additional "tuning"; read the related documentation.&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 20:48:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-access-denied/m-p/657152#M3172</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2023-02-06T20:48:01Z</dc:date>
    </item>
  </channel>
</rss>

