<?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: I had some problems in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-had-some-problems/m-p/471512#M23979</link>
    <description>&lt;P&gt;It looks like there are a few things here, so I'll try to address them each:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, note that you don't need to register a redirect URI of "https://db-ht5jlmr230u0823" on the Dropbox web site. The SDK and API will handle that for you. You just need to register your URL scheme of "db-ht5jlmr230u0823" as &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#configure-your-project" target="_self"&gt;instructed&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'account_info.write' scope is only necessary if you need to use &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBACCOUNTUserAuthRoutes.html#/c:objc(cs)DBACCOUNTUserAuthRoutes(im)setProfilePhoto:" target="_self"&gt;the&amp;nbsp;setProfilePhoto method&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)createFolder:" target="_self"&gt;createFolder&lt;/A&gt; method to create a folder, but it's better to use the newer&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)createFolderV2:" target="_self"&gt;createFolderV2&lt;/A&gt;. You mentioned "result is nil", so that would indicate an error occurred. You should make sure you also check the routeError and networkError variables for errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your reference to "entries is null,and hasMore is no" sounds like you're referring to the result of a&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolder:" target="_self"&gt;listFolder&lt;/A&gt; call. If you called that with the path for a brand new folder, that would be expected, since by default new folders are empty.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'expired_access_token' error indicates that the short-lived access token you're using has expired. You can find more information on how this works in &lt;A href="https://www.dropbox.com/lp/developers/reference/oauth-guide" target="_self"&gt;the OAuth Guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'DBSDKReachability' line is just for reference and can be ignored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'canOpenURL: failed for URL' lines can also be ignored.&amp;nbsp;Those indicate that the official&amp;nbsp;Dropbox iOS app is not installed. The SDK will instead use the built-in flow to process the app authorization. The "Success! User is logged into Dropbox." line then does seem to indicate that the authorization flow did work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "Folder is large enough" line seems to be some of your own logging indicating that you need to call back to&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolderContinue:" target="_self"&gt;listFolderContinue&lt;/A&gt;. Please refer to the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolder:" target="_self"&gt;listFolder&lt;/A&gt; and&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolderContinue:" target="_self"&gt;listFolderContinue&lt;/A&gt;&amp;nbsp;documentation for information on using those.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Nov 2020 18:09:10 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2020-11-19T18:09:10Z</dc:date>
    <item>
      <title>I had some problems</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-had-some-problems/m-p/471420#M23978</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;Once i have integrated the Dropbox Objective-C SDK into my project; I got appkey is&amp;nbsp;ht5jlmr230u0823, and i set up&amp;nbsp;OAuth 2&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Redirect URIs&amp;nbsp; is&amp;nbsp;&lt;SPAN&gt;https://db-ht5jlmr230u0823. and account_info.write. url scheme is&amp;nbsp;db-ht5jlmr230u0823.&amp;nbsp;[[client.filesRoutes &lt;SPAN class="pl-c1"&gt;createFolder:&lt;/SPAN&gt;&lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;@"&lt;/SPAN&gt;/test/path/in/Dropbox/account&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;] &lt;SPAN class="pl-c1"&gt;setResponseBlock:&lt;/SPAN&gt;^(DBFILESFolderMetadata *result, DBFILESCreateFolderError *routeError, DBRequestError *networkError) { &lt;SPAN class="pl-k"&gt;if&lt;/SPAN&gt; (result) { &lt;SPAN class="pl-c1"&gt;NSLog&lt;/SPAN&gt;(&lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;@"&lt;/SPAN&gt;&lt;SPAN class="pl-c1"&gt;%@&lt;/SPAN&gt;&lt;SPAN class="pl-cce"&gt;\n&lt;/SPAN&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;, result); } &lt;SPAN class="pl-k"&gt;else&lt;/SPAN&gt; { &lt;SPAN class="pl-c1"&gt;NSLog&lt;/SPAN&gt;(&lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;@"&lt;/SPAN&gt;&lt;SPAN class="pl-c1"&gt;%@&lt;/SPAN&gt;&lt;SPAN class="pl-cce"&gt;\n&lt;/SPAN&gt;&lt;SPAN class="pl-c1"&gt;%@&lt;/SPAN&gt;&lt;SPAN class="pl-cce"&gt;\n&lt;/SPAN&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;, routeError, networkError); } }]; result is nil.and I created folder ,i got response.but&amp;nbsp;entries is null,and hasMore is no;Printed log：&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;2020-11-19 20:08:55.165617+0800 TestObjectiveDropbox_iOS[16527:343128] (null)&lt;/P&gt;
&lt;P class="p1"&gt;DropboxAuthError[{&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;ErrorContent = "expired_access_token/";&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;RequestId = e1b010698acb4729a434e523e9a63ef9;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;StatusCode = 401;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;StructuredAuthError = "&amp;lt;DBAUTHAuthError: 0x600000d418a0&amp;gt;";&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;UserMessage = nil;&lt;/P&gt;
&lt;P class="p1"&gt;}];&lt;/P&gt;
&lt;P class="p1"&gt;2020-11-19 20:08:56.947307+0800 TestObjectiveDropbox_iOS[16527:343128] DBSDKReachability Flag Status: -R ------- networkStatusForFlags&lt;/P&gt;
&lt;P class="p1"&gt;2020-11-19 20:08:56.954662+0800 TestObjectiveDropbox_iOS[16527:343128] -canOpenURL: failed for URL: "dbapi-2://1/connect?k=ht5jlmr230u0823&amp;amp;s=" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"&lt;/P&gt;
&lt;P class="p1"&gt;2020-11-19 20:08:56.955352+0800 TestObjectiveDropbox_iOS[16527:343128] -canOpenURL: failed for URL: "dbapi-8-emm://1/connect?k=ht5jlmr230u0823&amp;amp;s=" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"&lt;/P&gt;
&lt;P class="p1"&gt;2020-11-19 20:09:41.715453+0800 TestObjectiveDropbox_iOS[16527:343128]&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Success! User is logged into Dropbox.&lt;/P&gt;
&lt;P class="p1"&gt;2020-11-19 20:10:06.103175+0800 TestObjectiveDropbox_iOS[16527:343128] Folder is large enough where we need to call `listFolderContinue:`&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope to get your reply！&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; &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; &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; &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; &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; &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks！&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 12:21:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-had-some-problems/m-p/471420#M23978</guid>
      <dc:creator>jieDai</dc:creator>
      <dc:date>2020-11-23T12:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: I had some problems</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-had-some-problems/m-p/471512#M23979</link>
      <description>&lt;P&gt;It looks like there are a few things here, so I'll try to address them each:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, note that you don't need to register a redirect URI of "https://db-ht5jlmr230u0823" on the Dropbox web site. The SDK and API will handle that for you. You just need to register your URL scheme of "db-ht5jlmr230u0823" as &lt;A href="https://github.com/dropbox/dropbox-sdk-obj-c#configure-your-project" target="_self"&gt;instructed&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'account_info.write' scope is only necessary if you need to use &lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBACCOUNTUserAuthRoutes.html#/c:objc(cs)DBACCOUNTUserAuthRoutes(im)setProfilePhoto:" target="_self"&gt;the&amp;nbsp;setProfilePhoto method&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)createFolder:" target="_self"&gt;createFolder&lt;/A&gt; method to create a folder, but it's better to use the newer&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)createFolderV2:" target="_self"&gt;createFolderV2&lt;/A&gt;. You mentioned "result is nil", so that would indicate an error occurred. You should make sure you also check the routeError and networkError variables for errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your reference to "entries is null,and hasMore is no" sounds like you're referring to the result of a&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolder:" target="_self"&gt;listFolder&lt;/A&gt; call. If you called that with the path for a brand new folder, that would be expected, since by default new folders are empty.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'expired_access_token' error indicates that the short-lived access token you're using has expired. You can find more information on how this works in &lt;A href="https://www.dropbox.com/lp/developers/reference/oauth-guide" target="_self"&gt;the OAuth Guide&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'DBSDKReachability' line is just for reference and can be ignored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 'canOpenURL: failed for URL' lines can also be ignored.&amp;nbsp;Those indicate that the official&amp;nbsp;Dropbox iOS app is not installed. The SDK will instead use the built-in flow to process the app authorization. The "Success! User is logged into Dropbox." line then does seem to indicate that the authorization flow did work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "Folder is large enough" line seems to be some of your own logging indicating that you need to call back to&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolderContinue:" target="_self"&gt;listFolderContinue&lt;/A&gt;. Please refer to the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolder:" target="_self"&gt;listFolder&lt;/A&gt; and&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolderContinue:" target="_self"&gt;listFolderContinue&lt;/A&gt;&amp;nbsp;documentation for information on using those.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 18:09:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-had-some-problems/m-p/471512#M23979</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-11-19T18:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: I had some problems</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-had-some-problems/m-p/471713#M23981</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I'm running tests on the simulator. when I used createFolder,&amp;nbsp; result is nil,routeError is nil,networkError is error.print log:&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;DBFILESCreateFolderError: 0x600003a771c0&amp;gt;&lt;/P&gt;&lt;P class="p1"&gt;DropboxHttpError[{&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;ErrorContent = "path/conflict/folder/..";&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;RequestId = ebdf556d699e4888a0808509712d1287;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;StatusCode = 409;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;UserMessage = nil;&lt;/P&gt;&lt;P class="p1"&gt;}];&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;and when i used&amp;nbsp;createFolderV2,result is nil,routeError is&amp;nbsp;DBFILESCreateFolderError *0x0000600003a7e000,print log:&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;DBFILESCreateFolderError: 0x600003a7e000&amp;gt;&lt;/P&gt;&lt;P class="p1"&gt;DropboxHttpError[{&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;ErrorContent = "path/conflict/folder/.";&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;RequestId = 2479a33598ae4e909ac96a3032e4f606;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;StatusCode = 409;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;UserMessage = nil;&lt;/P&gt;&lt;P class="p1"&gt;}];&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 01:03:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-had-some-problems/m-p/471713#M23981</guid>
      <dc:creator>jieDai</dc:creator>
      <dc:date>2020-11-20T01:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: I had some problems</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-had-some-problems/m-p/471904#M23983</link>
      <description>&lt;P&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESWriteConflictError.html#/c:objc(cs)DBFILESWriteConflictError(im)initWithFolder" target="_self"&gt;A 'path/conflict/folder' error&lt;/A&gt; like this indicates "There’s a folder in the way". That is, the folder could not be created because there's already a folder at the specified path.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 16:08:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-had-some-problems/m-p/471904#M23983</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-11-20T16:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: I had some problems</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-had-some-problems/m-p/472043#M23986</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESWriteConflictError.html#/c:objc(cs)DBFILESWriteConflictError(im)initWithFolder" target="_self" rel="nofollow noopener noreferrer"&gt;A 'path/conflict/folder' error&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;like this indicates "There’s a folder in the way". That is, the folder could not be created because there's already a folder at the specified path.&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;How can I see the data in my cloud disk, or how to obtain the data in the cloud disk, I want to know how to display the data stored in my cloud disk on my app. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Nov 2020 02:28:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-had-some-problems/m-p/472043#M23986</guid>
      <dc:creator>jieDai</dc:creator>
      <dc:date>2020-11-21T02:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: I had some problems</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-had-some-problems/m-p/472525#M23997</link>
      <description>&lt;P&gt;If you want to manually browse the contents of your own&amp;nbsp;Dropbox account, you can do so using the standard&amp;nbsp;Dropbox products, such as the&amp;nbsp;Dropbox web site at&amp;nbsp;&lt;A href="https://www.dropbox.com/home" target="_self"&gt;https://www.dropbox.com/home&lt;/A&gt; .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To list the contents of the connected account in your own app, you can use the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolder:" target="_self" rel="nofollow noopener noreferrer"&gt;listFolder&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)listFolderContinue:" target="_self" rel="nofollow noopener noreferrer"&gt;listFolderContinue&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;methods. And to download the contents of a file, you can use&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-obj-c/api-docs/latest/Classes/DBFILESUserAuthRoutes.html#/c:objc(cs)DBFILESUserAuthRoutes(im)downloadUrl:overwrite:destination:" target="_self"&gt;the download methods&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2020 15:01:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/I-had-some-problems/m-p/472525#M23997</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-11-23T15:01:31Z</dc:date>
    </item>
  </channel>
</rss>

