<?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 dropbox API error: SharedLinkWithSettingsError('path', LookupError('not_found', None))) in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-API-error-SharedLinkWithSettingsError-path-LookupError/m-p/481067#M24267</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I am trying to create weblinks for files on my dropbox account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;print(dbx.sharing_create_shared_link_with_settings("/Apps/Noemiephotos/test.jpg").url)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting this error: SharedLinkWithSettingsError('path', LookupError('not_found', None)))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also tried "/test.jpg" since the app only as permission to its folder. But it makes no difference&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Dec 2020 16:01:30 GMT</pubDate>
    <dc:creator>EstherCD</dc:creator>
    <dc:date>2020-12-21T16:01:30Z</dc:date>
    <item>
      <title>dropbox API error: SharedLinkWithSettingsError('path', LookupError('not_found', None)))</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-API-error-SharedLinkWithSettingsError-path-LookupError/m-p/481067#M24267</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I am trying to create weblinks for files on my dropbox account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;print(dbx.sharing_create_shared_link_with_settings("/Apps/Noemiephotos/test.jpg").url)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am getting this error: SharedLinkWithSettingsError('path', LookupError('not_found', None)))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also tried "/test.jpg" since the app only as permission to its folder. But it makes no difference&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 16:01:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-API-error-SharedLinkWithSettingsError-path-LookupError/m-p/481067#M24267</guid>
      <dc:creator>EstherCD</dc:creator>
      <dc:date>2020-12-21T16:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox API error: SharedLinkWithSettingsError('path', LookupError('not_found', None)))</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-API-error-SharedLinkWithSettingsError-path-LookupError/m-p/481074#M24268</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1390727"&gt;@EstherCD&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Are you sure the particular file is on place? &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@9AD39CA637682E9616FBE31CDAF1B6C4/emoticons/1f914.png" alt=":thinking_face:" title=":thinking_face:" /&gt; Is the same result when you use the &lt;A title="Dropbox API Explorer • create_shared_link_with_settings" href="https://dropbox.github.io/dropbox-api-v2-explorer/#sharing_create_shared_link_with_settings" target="_blank" rel="noopener"&gt;API Explorer&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;You can check what's there with listing of content (again, using &lt;A title="Dropbox API Explorer • list_folder" href="https://dropbox.github.io/dropbox-api-v2-explorer/#files_list_folder" target="_blank" rel="noopener"&gt;API Explorer&lt;/A&gt;). Use the same token (otherwise the context could differs)!&lt;/P&gt;&lt;P&gt;What's the result? 🧐&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 15:00:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-API-error-SharedLinkWithSettingsError-path-LookupError/m-p/481074#M24268</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2020-12-21T15:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: dropbox API error: SharedLinkWithSettingsError('path', LookupError('not_found', None)))</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-API-error-SharedLinkWithSettingsError-path-LookupError/m-p/481111#M24271</link>
      <description>&lt;P&gt;A 'path/not_found' error like this should indicate that there was nothing found at the specified path. When using an API app with the "app folder" access type like this, the app will only be able to access the contents of the special app folder that it's connected to. In that case, the app should use paths relative to that app folder, meaning it shouldn't send the&amp;nbsp;"/Apps/Noemiephotos" portion. The path&amp;nbsp;"/test.jpg" would be correct for a file named "test.jpg" in the root of the connected app folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Здравко's suggestion of checking the file listing is a good idea to validate what's in the app folder that the app is connected to.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 16:21:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/dropbox-API-error-SharedLinkWithSettingsError-path-LookupError/m-p/481111#M24271</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-12-21T16:21:23Z</dc:date>
    </item>
  </channel>
</rss>

