<?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 [iOS SDK]Replace Sync API by ..... in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/191193#M8323</link>
    <description>&lt;P&gt;Hi you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a issue about dropbox api v2. Before I use db api v1, I used 2 api key (one for upload/download &amp;lt;DBSession&amp;gt;, one for sync data&amp;lt;DBAccountManager&amp;gt;) and run parallel. But when migrate to api v2, I only have a interface &amp;lt;DropboxClientManger&amp;gt;, so I just used a feature (upload/dowload or sync) in the same time. Anyone have any solutions for this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vang Doan&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:29:13 GMT</pubDate>
    <dc:creator>vangdoan</dc:creator>
    <dc:date>2019-05-29T09:29:13Z</dc:date>
    <item>
      <title>[iOS SDK]Replace Sync API by .....</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/191193#M8323</link>
      <description>&lt;P&gt;Hi you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a issue about dropbox api v2. Before I use db api v1, I used 2 api key (one for upload/download &amp;lt;DBSession&amp;gt;, one for sync data&amp;lt;DBAccountManager&amp;gt;) and run parallel. But when migrate to api v2, I only have a interface &amp;lt;DropboxClientManger&amp;gt;, so I just used a feature (upload/dowload or sync) in the same time. Anyone have any solutions for this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vang Doan&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:29:13 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/191193#M8323</guid>
      <dc:creator>vangdoan</dc:creator>
      <dc:date>2019-05-29T09:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: [iOS SDK]Replace Sync API by .....</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/191269#M8330</link>
      <description>Hi Vang, I'm not sure I follow. Can you elaborate, and maybe share some code for what you had previously, and the new code that's giving you trouble? Thanks in advance!</description>
      <pubDate>Wed, 19 Oct 2016 17:16:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/191269#M8330</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-10-19T17:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: [iOS SDK]Replace Sync API by .....</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/191752#M8424</link>
      <description>&lt;P&gt;Hi Greg K,&lt;BR /&gt;&lt;BR /&gt;Sure. You can take a look my sample code below:&lt;BR /&gt;&lt;BR /&gt;// Use for sync data&lt;BR /&gt;DBAccountManager *dbAccountManager = [[DBAccountManager alloc] initWithAppKey:dropboxSyncKey&lt;BR /&gt;secret:dropboxSyncSecret];&lt;BR /&gt;[DBAccountManager setSharedManager:dbAccountManager];&lt;BR /&gt;[G8RDropboxSyncManager sharedSyncManager];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;// User for upload/download data&lt;BR /&gt;DBSession* dbSession = [[DBSession alloc] initWithAppKey:dropboxKey&lt;BR /&gt;appSecret:dropboxSecret&lt;BR /&gt;root:kDBRootDropbox];&lt;BR /&gt;[DBSession setSharedSession:dbSession];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can imagine I have 2 buttons, one for login dropbox for upload data and one for sync data.&lt;BR /&gt;&lt;BR /&gt;If you haven't clear yet. You can give a new question. &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;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vang Doan&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 03:33:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/191752#M8424</guid>
      <dc:creator>Vang G.</dc:creator>
      <dc:date>2016-10-24T03:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: [iOS SDK]Replace Sync API by .....</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/191838#M8435</link>
      <description>Thanks! It looks like you were using both the Core SDK and the Sync SDK. They both use API v1, so you'll want to replace both of them with a single API v2 SDK. &lt;BR /&gt;&lt;BR /&gt;The new API v2 SDKs are built more like the Core SDKs, giving you direct access to the API calls for uploading and downloading files, among other operations. You'll need to implement whatever sync functionality you need on top of that. &lt;BR /&gt;&lt;BR /&gt;You can find all of the information on using the Dropbox API v2 Objective-C SDK here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-obj-c&lt;/A&gt;</description>
      <pubDate>Mon, 24 Oct 2016 18:24:15 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/191838#M8435</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-10-24T18:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: [iOS SDK]Replace Sync API by .....</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/192041#M8490</link>
      <description>&lt;P&gt;Hi Greg K,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mean on Dropbox V2 don't support api same addObserver (will notify when have any change on dropbox). &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@B0F70D28791EB05FA3EA0C3BDDF08EE3/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank,&lt;/P&gt;&lt;P&gt;Vang Doan&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 06:38:26 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/192041#M8490</guid>
      <dc:creator>Vang G.</dc:creator>
      <dc:date>2016-10-26T06:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: [iOS SDK]Replace Sync API by .....</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/192140#M8502</link>
      <description>&lt;P&gt;That's correct, the API v2 SDKs don't offer the exact same interface/functionality as the Sync SDKs did.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can replicate that functionality though, using &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESRoutes.html#/c:objc(cs)DBFILESRoutes(im)listFolderLongpoll:" target="_self"&gt;listFolderLongpoll&lt;/A&gt;. That enables low-latency notification of changes in the account.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 18:03:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/192140#M8502</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-10-26T18:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: [iOS SDK]Replace Sync API by .....</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/192194#M8513</link>
      <description>&lt;P&gt;Hi Greg K,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for this supporting :).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vang Doan&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 03:33:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/192194#M8513</guid>
      <dc:creator>Vang G.</dc:creator>
      <dc:date>2016-10-27T03:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: [iOS SDK]Replace Sync API by .....</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/192216#M8520</link>
      <description>&lt;P&gt;Hi Greg K,&lt;/P&gt;&lt;P&gt;I have issue, please help me &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;&lt;P&gt;Please image below :&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/s/7wgyh64a1oa68sx/Screen%20Shot%202016-10-27%20at%204.15.37%20PM.png?dl=0" target="_blank"&gt;https://www.dropbox.com/s/7wgyh64a1oa68sx/Screen%20Shot%202016-10-27%20at%204.15.37%20PM.png?dl=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As you saw, one folder I create normally and one folder is created by SyncAPI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem: when I use dropbox api v2&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;[fileRoutes&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="s3"&gt;listFolder&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;kDropboxSyncFolder&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;recursive&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;@(&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;YES&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;)&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;includeMediaInfo&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;@(&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;NO&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;)&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;includeDeleted&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;@(&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;NO&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;)&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;includeHasExplicitSharedMembers&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;@(&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;NO&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;)&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;Result: &amp;nbsp;- with normal folder (above) response return only one folder&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - with sync folder (below) reponse return all folder (include subfolders).&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;You have anyway can create a sync folder? because I need&amp;nbsp;uniform for new app and older app.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;Please help me &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;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vang&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 09:40:49 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/192216#M8520</guid>
      <dc:creator>Vang G.</dc:creator>
      <dc:date>2016-10-27T09:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: [iOS SDK]Replace Sync API by .....</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/192290#M8531</link>
      <description>&lt;P&gt;The first folder in your screenshot, without the puzzle piece icon, is a normal folder, (e.g., explicitly created by an app with the "full&amp;nbsp;Dropbox" permission).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The second&amp;nbsp;folder in your screenshot, with&amp;nbsp;the puzzle piece icon, is a special "app folder", which automatically gets created when you connect an API app with the "app folder" permission to an account.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you want to use the existing app folder, you can use the existing app key for your app with the "app folder" permission, in this case your "CaptureAudioSync" app. API v2 does support the app folder permission, so you can&amp;nbsp;also use that in the API v2 SDKs as well.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 18:08:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/192290#M8531</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-10-27T18:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: [iOS SDK]Replace Sync API by .....</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/192333#M8542</link>
      <description>&lt;P&gt;Hi Greg K,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I undertood your idea. But as you knew, &amp;nbsp;if my app used one key (key upload/download) and users logged in, then if I change appkey when user use feature sync data --&amp;gt; logging &amp;nbsp;before will be closed session. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@B0F70D28791EB05FA3EA0C3BDDF08EE3/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That mean, at same time my app can NOT use 2 features (upload &amp;amp; sync) &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@B0F70D28791EB05FA3EA0C3BDDF08EE3/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vang Doan&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 08:06:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/iOS-SDK-Replace-Sync-API-by/m-p/192333#M8542</guid>
      <dc:creator>Vang G.</dc:creator>
      <dc:date>2016-10-28T08:06:38Z</dc:date>
    </item>
  </channel>
</rss>

