<?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: What is causing dropbox error 401 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/What-is-causing-dropbox-error-401/m-p/55428#M1686</link>
    <description>&lt;P&gt;The error message is "No auth method found", meaning the API didn't&amp;nbsp;receive an authorization method, which in the case of the iOS Core SDK, as you appear to be using, should be OAuth 1 signing with a valid access token. That should be mostly done for you, as long as you followed the &lt;A href="https://www.dropbox.com/developers/core/start/ios" target="_blank" rel="nofollow noreferrer"&gt;tutorial&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Can you share the rest of the relevant code? (E.g., where you have the user link the app, set up the session, and set up the client?)&lt;/P&gt;</description>
    <pubDate>Thu, 20 Aug 2015 06:34:15 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2015-08-20T06:34:15Z</dc:date>
    <item>
      <title>What is causing dropbox error 401</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/What-is-causing-dropbox-error-401/m-p/55427#M1685</link>
      <description>&lt;P&gt;I just created a new app within dropbox, ( I already had code working for a different account &amp;nbsp;and a different app ) I'm linking the dropbox account in the application delegate&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;NSString&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;* appKey = &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;@"mqwun9ewe89n8yla"&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;STRONG&gt;&lt;SPAN class="s3"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;NSString&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;* appSecret = &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;@"07basa4txiewewqo6k"&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;STRONG&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;NSString&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; *root = &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;kDBRootDropbox&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;SPAN class="s1"&gt;( these are fake &amp;nbsp;&lt;/SPAN&gt;keys )&lt;/P&gt;
&lt;P class="p3"&gt;and the linking&amp;nbsp;goes ok, then at some later point I try to create a folder with&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;self&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;restClient&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;createFolder&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;@"/TestClient"&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;];&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;but I keep getting the error&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;"The operation couldn’t be completed. (dropbox.com error 401.)" UserInfo=0x170c75680 {path=/TestClient, root=dropbox, error=No auth method found.}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;I created two different application one with App permissions and one with root dropbox permissions, but I get the erro no matter what. What am I doing wrong?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:40:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/What-is-causing-dropbox-error-401/m-p/55427#M1685</guid>
      <dc:creator>Eric S.36</dc:creator>
      <dc:date>2019-05-29T09:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is causing dropbox error 401</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/What-is-causing-dropbox-error-401/m-p/55428#M1686</link>
      <description>&lt;P&gt;The error message is "No auth method found", meaning the API didn't&amp;nbsp;receive an authorization method, which in the case of the iOS Core SDK, as you appear to be using, should be OAuth 1 signing with a valid access token. That should be mostly done for you, as long as you followed the &lt;A href="https://www.dropbox.com/developers/core/start/ios" target="_blank" rel="nofollow noreferrer"&gt;tutorial&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Can you share the rest of the relevant code? (E.g., where you have the user link the app, set up the session, and set up the client?)&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2015 06:34:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/What-is-causing-dropbox-error-401/m-p/55428#M1686</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2015-08-20T06:34:15Z</dc:date>
    </item>
  </channel>
</rss>

