<?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: HELP :( in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283846#M17379</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello Greg&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I follow your instruction but there is an error it says : "path/not_found/...."&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/3960iA481472B2CD21A2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="error.png" alt="error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jul 2018 05:25:05 GMT</pubDate>
    <dc:creator>iCodes</dc:creator>
    <dc:date>2018-07-10T05:25:05Z</dc:date>
    <item>
      <title>HELP :(</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283564#M17366</link>
      <description>&lt;P&gt;{"Value should match pattern '\\A(?:(/(.|[\\r\\n])*|id:.*)|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.*)?))\\z'\r\nParameter name: path"}&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:12:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283564#M17366</guid>
      <dc:creator>iCodes</dc:creator>
      <dc:date>2019-05-29T09:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: HELP :(</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283578#M17367</link>
      <description>??? &lt;BR /&gt;&lt;BR /&gt;You actually need to tell us whats up</description>
      <pubDate>Sat, 07 Jul 2018 13:17:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283578#M17367</guid>
      <dc:creator>Mark</dc:creator>
      <dc:date>2018-07-07T13:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: HELP :(</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283639#M17368</link>
      <description>&lt;DIV class="lia-quilt-row lia-quilt-row-header"&gt;
&lt;DIV class="lia-quilt-row lia-quilt-row-header"&gt;
&lt;LI-SPOILER&gt;
&lt;PRE&gt;heres my code:

&amp;nbsp;

try
{
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var result = await dbx.Sharing.CreateSharedLinkWithSettingsAsync(@"E:/Dropbox/iCodesStorageDropbox/H11018304_MMCH/CF1-&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TR18-0000005-121212-JOSESAPANZAAMIDO.enc", null);
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var url = result.Url;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MessageBox.Show(url);
}
catch(Exception ex)
{
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MessageBox.Show(ex.ToString());
}&lt;/PRE&gt;
&lt;/LI-SPOILER&gt;
&lt;/DIV&gt;
&lt;DIV class="lia-quilt-row lia-quilt-row-main"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 08 Jul 2018 12:42:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283639#M17368</guid>
      <dc:creator>iCodes</dc:creator>
      <dc:date>2018-07-08T12:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: HELP :(</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283642#M17369</link>
      <description>Yes, but you've not actually said WHAT you are trying to do. &lt;BR /&gt;&lt;BR /&gt;We cannot help or even point you in the right direction if we dont know what you are wanting to do / how you are trying to do it etc. &lt;BR /&gt;&lt;BR /&gt;Remember we are not sitting next to you. We cannot see your screen.</description>
      <pubDate>Sun, 08 Jul 2018 12:46:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283642#M17369</guid>
      <dc:creator>Mark</dc:creator>
      <dc:date>2018-07-08T12:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: HELP :(</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283648#M17370</link>
      <description>&lt;P&gt;I want to get&amp;nbsp;my file dropbox link im using c# and Dropbox api&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is my c# code :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;try
{
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var result = await dbx.Sharing.CreateSharedLinkWithSettingsAsync(@"E:/Dropbox/iCodesStorageDropbox/H11018304_MMCH/CF1-&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TR18-0000005-121212-JOSESAPANZAAMIDO.enc", null);
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var url = result.Url;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MessageBox.Show(url);
}
catch(Exception ex)
{
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MessageBox.Show(ex.ToString());
}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;And this error message&amp;nbsp; will&amp;nbsp;show :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;{"Value should match pattern '\\A(?:(/(.|[\\r\\n])*|id:.&lt;/SPAN&gt;&lt;IMG class="emoticon emoticon-wink" src="https://www.dropboxforum.com/html/images/emoticons/1f609.png" border="0" alt="winking face" title="winking face" /&gt;&lt;SPAN&gt;|(rev:[0-9a-f]{9,})|(ns:[0-9]+(/.&lt;/SPAN&gt;&lt;IMG class="emoticon emoticon-wink" src="https://www.dropboxforum.com/html/images/emoticons/1f609.png" border="0" alt="winking face" title="winking face" /&gt;&lt;SPAN&gt;?))\\z'\r\nParameter name: path"}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jul 2018 14:07:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283648#M17370</guid>
      <dc:creator>iCodes</dc:creator>
      <dc:date>2018-07-08T14:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: HELP :(</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283651#M17371</link>
      <description>Great, that makes more sense. &lt;BR /&gt;&lt;BR /&gt;I'm going to move this to the API forum area where hopefully somebody with a clue about programming can help!</description>
      <pubDate>Sun, 08 Jul 2018 14:09:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283651#M17371</guid>
      <dc:creator>Mark</dc:creator>
      <dc:date>2018-07-08T14:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: HELP :(</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283773#M17375</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/735073"&gt;@iCodes&lt;/a&gt;&amp;nbsp;I see that you're trying to call&amp;nbsp;CreateSharedLinkWithSettingsAsync but it's failing because you're not providing a valid 'path' value. You're supplying a local path (starting with the local drive letter "E:/", and so on). When using the&amp;nbsp;Dropbox API though, the paths you use should be relative to the root of the&amp;nbsp;Dropbox (or app folder root if you're using an app registered for the app folder permission).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, your path value should lookg&amp;nbsp;like "/iCodesStorageDropbox/H11018304_MMCH/CF1- TR18-0000005-121212-JOSESAPANZAAMIDO.enc".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can retrieve valid path values from the API itself, e.g., from&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/P_Dropbox_Api_Files_Metadata_PathLower.htm" target="_blank"&gt;Metadata.PathLower&lt;/A&gt;, as returned from &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_ListFolderAsync_1.htm" target="_self"&gt;ListFolderAsync&lt;/A&gt;, for instance.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 15:29:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283773#M17375</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-07-09T15:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: HELP :(</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283846#M17379</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hello Greg&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I follow your instruction but there is an error it says : "path/not_found/...."&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.png" style="width: 999px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/3960iA481472B2CD21A2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="error.png" alt="error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 05:25:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283846#M17379</guid>
      <dc:creator>iCodes</dc:creator>
      <dc:date>2018-07-10T05:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: HELP :(</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283940#M17384</link>
      <description>That error indicates that the path you're using doesn't exist in your account.&lt;BR /&gt;&lt;BR /&gt;Note that if you're using an app with the "app folder" permission, that path would be relative to the root of the special app folder created for your app, under &lt;BR /&gt;/Apps/&amp;lt;app folder name&amp;gt;' by default. Does your app have the app folder permission? You can browse your app folder on the Dropbox web site: &lt;A href="https://www.dropbox.com/" target="_blank"&gt;https://www.dropbox.com/&lt;/A&gt;  (as well as using ListFolder as I mentioned earlier.)&lt;BR /&gt;&lt;BR /&gt;If you are using an app folder app, you can move whatever content you want into that app folder. (Or, register another app for the full Dropbox permission if you need that instead.) &lt;BR /&gt;&lt;BR /&gt;You can check your existing app or create a new one on the App Console:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/apps" target="_blank"&gt;https://www.dropbox.com/developers/apps&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you need help checking your apps or your current account you can open a ticket here so we can help privately:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/contact" target="_blank"&gt;https://www.dropbox.com/developers/contact&lt;/A&gt;</description>
      <pubDate>Tue, 10 Jul 2018 16:40:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/283940#M17384</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-07-10T16:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: HELP :(</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/284005#M17392</link>
      <description>&lt;P&gt;Good Day Greg&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its working! thanks a lot &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;</description>
      <pubDate>Tue, 10 Jul 2018 23:33:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/HELP/m-p/284005#M17392</guid>
      <dc:creator>iCodes</dc:creator>
      <dc:date>2018-07-10T23:33:12Z</dc:date>
    </item>
  </channel>
</rss>

