<?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: How to correctly edit the TestData.m file? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-correctly-edit-the-TestData-m-file/m-p/238928#M13235</link>
    <description>&lt;P&gt;That &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c/tree/master/TestObjectiveDropbox" target="_self"&gt;test project&lt;/A&gt; included with the &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c" target="_self"&gt;Dropbox API v2 Objective-C SDK&lt;/A&gt;&amp;nbsp;is really only necessary if you're planning on making changes to the SDK itself, which most developers don't need to do. If you don't need to make changes to the SDK, we&amp;nbsp;recommend just installing the SDK using one of &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#sdk-distribution" target="_self"&gt;the supported installation methods&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are planning on modifying the SDK&amp;nbsp;though, there is some more information about the tests included, and what kinds of apps they correspond to, in &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c/blob/master/TestObjectiveDropbox/TestObjectiveDropbox_iOS/ViewController.m#L153" target="_self"&gt;ViewController.m&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The account IDs would be the IDs for accounts returned by the API, e.g., from &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBUSERSUserAuthRoutes.html#/c:objc(cs)DBUSERSUserAuthRoutes(im)getCurrentAccount" target="_self"&gt;getCurrentAccount&lt;/A&gt;. The email would be the email address registered to the account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The OAuth 1 access token would be from API v1, which supported both OAuth 2 and &lt;A href="https://www.dropbox.com/developers-v1/core/docs#request-token" target="_self"&gt;OAuth 1&lt;/A&gt;, as opposed to API v2 which only supports OAuth 2. API v2 allows you to migrate OAuth 1 access tokens to OAuth 2 though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The different app key pairs would be from &lt;A href="https://www.dropbox.com/developers/apps/create" target="_self"&gt;registering different kinds of&amp;nbsp;Dropbox API apps&lt;/A&gt;. Note that&amp;nbsp;Dropbox Business API apps (that is, the "team" apps) can only be used by&amp;nbsp;Dropbox Business accounts.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2017 15:33:26 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2017-08-28T15:33:26Z</dc:date>
    <item>
      <title>How to correctly edit the TestData.m file?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-correctly-edit-the-TestData-m-file/m-p/238759#M13226</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Good afternoon. I'm trying to use your test application with my personal data (I edit the TestData.m file in the application). How to properly edit it and what personal information do I need to enter to access my folder?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Снимок экрана 2017-08-26 в 13.24.55.png" style="width: 775px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/973iD70EAAC1BE75F71D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Снимок экрана 2017-08-26 в 13.24.55.png" alt="Снимок экрана 2017-08-26 в 13.24.55.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:19:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-correctly-edit-the-TestData-m-file/m-p/238759#M13226</guid>
      <dc:creator>DimMalysh</dc:creator>
      <dc:date>2019-05-29T09:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to correctly edit the TestData.m file?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-correctly-edit-the-TestData-m-file/m-p/238928#M13235</link>
      <description>&lt;P&gt;That &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c/tree/master/TestObjectiveDropbox" target="_self"&gt;test project&lt;/A&gt; included with the &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c" target="_self"&gt;Dropbox API v2 Objective-C SDK&lt;/A&gt;&amp;nbsp;is really only necessary if you're planning on making changes to the SDK itself, which most developers don't need to do. If you don't need to make changes to the SDK, we&amp;nbsp;recommend just installing the SDK using one of &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#sdk-distribution" target="_self"&gt;the supported installation methods&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are planning on modifying the SDK&amp;nbsp;though, there is some more information about the tests included, and what kinds of apps they correspond to, in &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c/blob/master/TestObjectiveDropbox/TestObjectiveDropbox_iOS/ViewController.m#L153" target="_self"&gt;ViewController.m&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The account IDs would be the IDs for accounts returned by the API, e.g., from &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBUSERSUserAuthRoutes.html#/c:objc(cs)DBUSERSUserAuthRoutes(im)getCurrentAccount" target="_self"&gt;getCurrentAccount&lt;/A&gt;. The email would be the email address registered to the account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The OAuth 1 access token would be from API v1, which supported both OAuth 2 and &lt;A href="https://www.dropbox.com/developers-v1/core/docs#request-token" target="_self"&gt;OAuth 1&lt;/A&gt;, as opposed to API v2 which only supports OAuth 2. API v2 allows you to migrate OAuth 1 access tokens to OAuth 2 though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The different app key pairs would be from &lt;A href="https://www.dropbox.com/developers/apps/create" target="_self"&gt;registering different kinds of&amp;nbsp;Dropbox API apps&lt;/A&gt;. Note that&amp;nbsp;Dropbox Business API apps (that is, the "team" apps) can only be used by&amp;nbsp;Dropbox Business accounts.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 15:33:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-correctly-edit-the-TestData-m-file/m-p/238928#M13235</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-08-28T15:33:26Z</dc:date>
    </item>
  </channel>
</rss>

