<?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: Api error &amp;quot;LookupError&amp;quot;  for sharing_create_shared_link_with_settings in Discuss Dropbox Developer &amp; API</title>
    <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-quot-LookupError-quot-for-sharing-create-shared-link/m-p/467939#M1562</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1371093"&gt;@arch2020&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN&gt;..., it seems that with app folder, there is no need for referencing the name of the app, as the default location of the app, will always be the name of the app folder.&amp;nbsp; ...&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&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; Almost exactly! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@994EEA5C10EE66675FFD5E4032FE58C0/emoticons/1f44d.png" alt=":thumbs_up:" title=":thumbs_up:" /&gt;&lt;/P&gt;&lt;P&gt;Actually, the app' folder forms a namespace that become a root folder for access from the application side. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Nov 2020 19:30:38 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2020-11-07T19:30:38Z</dc:date>
    <item>
      <title>Api error "LookupError"  for sharing_create_shared_link_with_settings</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-quot-LookupError-quot-for-sharing-create-shared-link/m-p/467812#M1559</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am new to dropbox api. My problem is whenver I try to create an app folder from the app console, the connection never works and I keep receiving an error regarding to the path, see below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ansi-red-intense-fg ansi-bold"&gt;ApiError&lt;/SPAN&gt;&lt;SPAN&gt;: ApiError('187007dde9fb433ea831afd60b273b83', CreateSharedLinkWithSettingsError('path', LookupError('not_found', None)))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am fully aware that app folder can only access the files inside the&amp;nbsp; the folder of the main app. Hence,&amp;nbsp; I embedded the file I want to access inside the app folder in dropbox . I am using the following code:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;import dropbox

dbx = dropbox.Dropbox(&amp;lt;app token&amp;gt;)

shared_link_metadata = dbx.sharing_create_shared_link_with_settings("/Apps/App_Name/example.xlsx")
print (shared_link_metadata.url)&lt;/PRE&gt;
&lt;P&gt;Any ideas on how to overcome this issue?&lt;/P&gt;
&lt;P&gt;Your help is much appreciated,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 06:07:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-quot-LookupError-quot-for-sharing-create-shared-link/m-p/467812#M1559</guid>
      <dc:creator>arch2020</dc:creator>
      <dc:date>2020-11-09T06:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Api error "LookupError"  for sharing_create_shared_link_with_settings</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-quot-LookupError-quot-for-sharing-create-shared-link/m-p/467823#M1560</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1371093"&gt;@arch2020&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Try transform the path from "/Apps/App_Name/example.xlsx" to "/example.xlsx". Is this helps? &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;&lt;/P&gt;&lt;P&gt;Try to explain why. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 00:06:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-quot-LookupError-quot-for-sharing-create-shared-link/m-p/467823#M1560</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2020-11-07T00:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Api error "LookupError"  for sharing_create_shared_link_with_settings</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-quot-LookupError-quot-for-sharing-create-shared-link/m-p/467938#M1561</link>
      <description>&lt;P&gt;@&lt;SPAN class="login-bold"&gt;&lt;A href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/422790" target="_self"&gt;Здравко&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It worked like magic. Thanks, it seems that with app folder, there is no need for referencing the name of the app, as the default location of the app, will always be the name of the app folder.&amp;nbsp; very grateful for your help, you saved me tons of tons and unnecessary hustle.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 19:17:17 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-quot-LookupError-quot-for-sharing-create-shared-link/m-p/467938#M1561</guid>
      <dc:creator>arch2020</dc:creator>
      <dc:date>2020-11-07T19:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Api error "LookupError"  for sharing_create_shared_link_with_settings</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-quot-LookupError-quot-for-sharing-create-shared-link/m-p/467939#M1562</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1371093"&gt;@arch2020&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN&gt;..., it seems that with app folder, there is no need for referencing the name of the app, as the default location of the app, will always be the name of the app folder.&amp;nbsp; ...&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&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; Almost exactly! &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@994EEA5C10EE66675FFD5E4032FE58C0/emoticons/1f44d.png" alt=":thumbs_up:" title=":thumbs_up:" /&gt;&lt;/P&gt;&lt;P&gt;Actually, the app' folder forms a namespace that become a root folder for access from the application side. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@41457EF40051AFF130FDBFE21B496926/emoticons/1f609.png" alt=":winking_face:" title=":winking_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 19:30:38 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-quot-LookupError-quot-for-sharing-create-shared-link/m-p/467939#M1562</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2020-11-07T19:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Api error "LookupError"  for sharing_create_shared_link_with_settings</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-quot-LookupError-quot-for-sharing-create-shared-link/m-p/467956#M1563</link>
      <description>&lt;P&gt;thanks that really helped me alot to get past through my novice hardship :).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 20:13:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-quot-LookupError-quot-for-sharing-create-shared-link/m-p/467956#M1563</guid>
      <dc:creator>arch2020</dc:creator>
      <dc:date>2020-11-07T20:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Api error "LookupError"  for sharing_create_shared_link_with_settings</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-quot-LookupError-quot-for-sharing-create-shared-link/m-p/468360#M1564</link>
      <description>&lt;P&gt;That's correct. You can also use&amp;nbsp;&lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox.Dropbox.files_list_folder" target="_self"&gt;files_list_folder&lt;/A&gt; and&amp;nbsp;&lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox.Dropbox.files_list_folder_continue" target="_self"&gt;files_list_folder_continue&lt;/A&gt; to list the contents of any folder. For example, to list the contents of the root folder for your app, supply a path value of the empty string "". Then you can get the path values of any of the contents from the&amp;nbsp;&lt;A href="https://dropbox-sdk-python.readthedocs.io/en/latest/api/files.html#dropbox.files.Metadata.path_lower" target="_self"&gt;Metadata.path_lower&lt;/A&gt; value for the entry in the result.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 16:22:20 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-quot-LookupError-quot-for-sharing-create-shared-link/m-p/468360#M1564</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2020-11-09T16:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Api error "LookupError"  for sharing_create_shared_link_with_settings</title>
      <link>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-quot-LookupError-quot-for-sharing-create-shared-link/m-p/474992#M1603</link>
      <description>&lt;P&gt;many thanks&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;&amp;nbsp; your additional information was really helpful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 20:35:42 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Discuss-Dropbox-Developer-API/Api-error-quot-LookupError-quot-for-sharing-create-shared-link/m-p/474992#M1603</guid>
      <dc:creator>arch2020</dc:creator>
      <dc:date>2020-12-01T20:35:42Z</dc:date>
    </item>
  </channel>
</rss>

