<?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: aRe: create_shared_link: stdClass Object ( [error_summary] =&amp;gt; path/not_found/.. [error] in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196708#M9023</link>
    <description>I had say it was a stupid think ... what crazy .... going to improve my english ... bump &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;</description>
    <pubDate>Tue, 06 Dec 2016 19:06:14 GMT</pubDate>
    <dc:creator>axew3</dc:creator>
    <dc:date>2016-12-06T19:06:14Z</dc:date>
    <item>
      <title>create_shared_link: stdClass Object ( [error_summary] =&gt; path/not_found/.. [error]</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196660#M9010</link>
      <description>&lt;P&gt;Hello ... i'm stuck in a stupid thing.&lt;/P&gt;&lt;P&gt;Two different methods, one create folder, the other create_shared_link_with_settings.&lt;/P&gt;&lt;P&gt;I create a folder, so i create a shared link for it immediately after, all work ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I so try to call on another part of the code, the same method create_shared_link_with_settings, which return, constantly&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;stdClass Object ( [error_summary] =&amp;gt; path/not_found/.. [error] =&amp;gt; stdClass Object ( [.tag] =&amp;gt; path [path] =&amp;gt; stdClass Object ( [.tag] =&amp;gt; not_found ) ) )&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I've try to pass empty json values like:&lt;/P&gt;&lt;PRE&gt;$data = '{"path" : "/test" , "settings" : {}}';
Or&lt;BR /&gt;$data = '{"path" : "/test"}';&lt;/PRE&gt;&lt;P&gt;but the error is ever the same. What hell i can be wrong into?&lt;/P&gt;&lt;P&gt;I think the json passed on curl call is the same, but do not work. Any idea?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:27:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196660#M9010</guid>
      <dc:creator>axew3</dc:creator>
      <dc:date>2019-05-29T09:27:52Z</dc:date>
    </item>
    <item>
      <title>aRe: create_shared_link: stdClass Object ( [error_summary] =&gt; path/not_found/.. [error]</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196661#M9011</link>
      <description>&lt;P&gt;p.s of course, the folder /test exist into dropbox root.&lt;/P&gt;&lt;P&gt;p.s i want to set a link for the folder &lt;STRONG&gt;/Apps&lt;/STRONG&gt; in true, but the above do not work with any folder. The json that is send out on call is the same of the one that work, and i'm feeling like a stupid right now, after hours.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 16:30:03 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196661#M9011</guid>
      <dc:creator>axew3</dc:creator>
      <dc:date>2016-12-06T16:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: aRe: create_shared_link: stdClass Object ( [error_summary] =&gt; path/not_found/.. [error]</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196696#M9014</link>
      <description>One thing that comes to mind is that if your app is registered for the "app folder" permission, your paths should be relative to the app's app folder, not the Dropbox root. Further, in that case you won't be able to access folders or files in the Dropbox root.&lt;BR /&gt;&lt;BR /&gt;Otherwise, it's hard to say what the issue may be offhand. If you're still having trouble, can you open a ticket with the app name, user ID, and code you're using with the real values? Thanks in advance!</description>
      <pubDate>Tue, 06 Dec 2016 18:21:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196696#M9014</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-12-06T18:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: aRe: create_shared_link: stdClass Object ( [error_summary] =&gt; path/not_found/.. [error]</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196698#M9016</link>
      <description>&lt;P&gt;Ok thank you, i will try little more, so will in case ticket the problem. As i can see looking behavior on dropbox.com, for the /Apps folder i can create a shared link, while i can't for 'root folder inside Apps', related to the app and always available.&lt;BR /&gt;&lt;BR /&gt;Can i create_shared_link_with_settings for the /Apps folder, isn't it?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 18:36:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196698#M9016</guid>
      <dc:creator>axew3</dc:creator>
      <dc:date>2016-12-06T18:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: aRe: create_shared_link: stdClass Object ( [error_summary] =&gt; path/not_found/.. [error]</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196700#M9018</link>
      <description>You should be able to create a shared link for any file or folder on dropbox.com. Likewise, you should be able to create a shared link for any file or folder using the API, as long as your app can access it. (App folders can't see items outside their app folder.)&lt;BR /&gt;&lt;BR /&gt;Also, note that "shared links" are a different feature than "shared folders". You can't make app folders into shared folders.</description>
      <pubDate>Tue, 06 Dec 2016 18:37:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196700#M9018</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-12-06T18:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: aRe: create_shared_link: stdClass Object ( [error_summary] =&gt; path/not_found/.. [error]</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196703#M9020</link>
      <description>&lt;P&gt;Thank for all info Greg ... it seem impossible to me but, but it suddenly &lt;STRONG&gt;work now!&lt;/STRONG&gt; ... +- I would start to cry ... as i have not understand why! Same code. But ok! Hope the reason will become clear going on ...&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 18:52:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196703#M9020</guid>
      <dc:creator>axew3</dc:creator>
      <dc:date>2016-12-06T18:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: aRe: create_shared_link: stdClass Object ( [error_summary] =&gt; path/not_found/.. [error]</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196706#M9021</link>
      <description>&lt;P&gt;to complete the above, just testing, it seem to me that (maybe i'm wrong):&lt;BR /&gt;While the app is a &lt;STRONG&gt;Folder App&lt;/STRONG&gt; you can set as shared, only existent folders inside &lt;STRONG&gt;Apps/your_app/&lt;/STRONG&gt;&lt;BR /&gt;You can instead set as shared any folder, when your app is a &lt;STRONG&gt;Full Dropbox app&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;The annoying queston ... isn't it?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2016 19:05:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196706#M9021</guid>
      <dc:creator>axew3</dc:creator>
      <dc:date>2016-12-06T19:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: aRe: create_shared_link: stdClass Object ( [error_summary] =&gt; path/not_found/.. [error]</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196707#M9022</link>
      <description>Yes, as an app folder app, you can only operate on items inside the app folder. Full Dropbox apps can operate on any item in the account.</description>
      <pubDate>Tue, 06 Dec 2016 19:04:22 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196707#M9022</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-12-06T19:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: aRe: create_shared_link: stdClass Object ( [error_summary] =&gt; path/not_found/.. [error]</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196708#M9023</link>
      <description>I had say it was a stupid think ... what crazy .... going to improve my english ... bump &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;</description>
      <pubDate>Tue, 06 Dec 2016 19:06:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/create-shared-link-stdClass-Object-error-summary-gt-path-not/m-p/196708#M9023</guid>
      <dc:creator>axew3</dc:creator>
      <dc:date>2016-12-06T19:06:14Z</dc:date>
    </item>
  </channel>
</rss>

