<?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: app secret and and app key no longer working? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139879#M4336</link>
    <description>&lt;P&gt;That code looks fine, and I haven't been able to reproduce this unfortunately. That being the case, can you share a small sample project that reproduces this so we can look into it?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can send it via an API ticket if you'd prefer to share it privately:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/contact" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/contact&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Feb 2016 03:27:05 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2016-02-16T03:27:05Z</dc:date>
    <item>
      <title>app secret and and app key no longer working?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139874#M4331</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;while playing with the following initialization function:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;[[DBSession alloc]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; initWithAppKey: [Constants dropboxAppKey]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; appSecret: [Constants dropboxAppSecret]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; root:kDBRootAppFolder];&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for once I supplied the correct appSecret with an invalid appKey to see how it will behave. It gave a 400 error but then when I restored the correct appKey, it no longer worked.&lt;/P&gt;
&lt;P&gt;I am sure the problem is not on my side, because I reverted to older code which was working and still could not get past the authentication.&lt;/P&gt;
&lt;P&gt;Do you have any security measures that disable the auth on wrong combinations?&lt;/P&gt;
&lt;P&gt;Do I have to ask for new credentials ?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:35:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139874#M4331</guid>
      <dc:creator>Apostolos A.</dc:creator>
      <dc:date>2019-05-29T09:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: app secret and and app key no longer working?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139875#M4332</link>
      <description>&lt;P&gt;If you reverted back to the correct values, there wouldn't be any reason to still&amp;nbsp;receive an error.&lt;/P&gt;
&lt;P&gt;Can you share the full error/output that you're currently getting?&lt;/P&gt;
&lt;P&gt;I also&amp;nbsp;recommend logging out the values of&amp;nbsp;Constants dropboxAppKey and&amp;nbsp;Constants dropboxAppSecret to make sure they're what you expect. (Don't post your app secret though.)&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2016 06:54:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139875#M4332</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-13T06:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: app secret and and app key no longer working?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139876#M4333</link>
      <description>&lt;P&gt;The error I get is this:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[WARNING] DropboxSDK: error making request to /1/account/info - (400) invalid_request&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i double checked the values against my app page and even reverted to older versions of my code where the app was definitely working.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2016 07:34:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139876#M4333</guid>
      <dc:creator>Apostolos A.</dc:creator>
      <dc:date>2016-02-13T07:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: app secret and and app key no longer working?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139877#M4334</link>
      <description>&lt;P&gt;Can you share the code you're using to check the values?&amp;nbsp;Also, when/where are you checking them? Maybe they're getting altered somewhere along the way. If you can share the output that may be helpful.&lt;/P&gt;
&lt;P&gt;Also, please share the rest of the code for the actual API call you're making.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2016 12:48:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139877#M4334</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-13T12:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: app secret and and app key no longer working?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139878#M4335</link>
      <description>&lt;P&gt;when I say double-check I myself am&amp;nbsp;comparing to the ones that are on the "My apps" page. And they are correct, there is no chance that i give the wrong credentials. I am sure because i get the same error even when replacing the constant variables with literal strings.&lt;/P&gt;
&lt;P&gt;the actual method i am calling is the following:&lt;/P&gt;
&lt;P&gt;[self.restClient loadAccountInfo]&lt;/P&gt;
&lt;P&gt;where restClient is an object called like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;self.restClient = [[DBRestClient alloc] initWithSession:[DBSession sharedSession]];&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; self.restClient.delegate = self;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 03:20:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139878#M4335</guid>
      <dc:creator>Apostolos A.</dc:creator>
      <dc:date>2016-02-16T03:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: app secret and and app key no longer working?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139879#M4336</link>
      <description>&lt;P&gt;That code looks fine, and I haven't been able to reproduce this unfortunately. That being the case, can you share a small sample project that reproduces this so we can look into it?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can send it via an API ticket if you'd prefer to share it privately:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/contact" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/contact&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 03:27:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139879#M4336</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-16T03:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: app secret and and app key no longer working?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139880#M4337</link>
      <description>&lt;P&gt;OK, but how do I upload the project?&lt;/P&gt;
&lt;P&gt;Also, if I can reproduce the error by a REST request, I guess I can send you the REST query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 03:46:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139880#M4337</guid>
      <dc:creator>Apostolos A.</dc:creator>
      <dc:date>2016-02-16T03:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: app secret and and app key no longer working?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139881#M4338</link>
      <description>&lt;P&gt;Feel free to use a &lt;A href="https://www.dropbox.com/help/167" target="_blank" rel="nofollow noreferrer"&gt;shared link&lt;/A&gt; to share the project.&lt;/P&gt;
&lt;P&gt;If you can reproduce the error&amp;nbsp;with a manual request, e.g., using curl or something, that would be fine too.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 03:47:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139881#M4338</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-16T03:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: app secret and and app key no longer working?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139882#M4339</link>
      <description>&lt;P&gt;Ok done. The app secret is included in the API ticket, but there is no other way for you to test it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 05:24:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139882#M4339</guid>
      <dc:creator>Apostolos A.</dc:creator>
      <dc:date>2016-02-16T05:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: app secret and and app key no longer working?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139883#M4340</link>
      <description>&lt;P&gt;Thanks! We'll look into it and follow up with you in your ticket.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 05:42:06 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/app-secret-and-and-app-key-no-longer-working/m-p/139883#M4340</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-02-16T05:42:06Z</dc:date>
    </item>
  </channel>
</rss>

