<?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 search api in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-api/m-p/87933#M2715</link>
    <description>&lt;P&gt;Hi &lt;BR /&gt;
this is my python file &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;access_token='mFSg****************************************'
client = dropbox.client.DropboxClient(access_token)
print 'linked account: ', client.account_info()

print 'SHARE FILES'
file_share=client.share('/Apps/gegham/magnus-opus.txt',short_url=True)
print file_share
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;when I'm trying to run this , I'm getting the following error&lt;BR /&gt;
Path '/Apps/gegham/magnus-opus.txt' not found . but in my Apps/gegham/directory file 'magnus-opus.txt' exists.&lt;BR /&gt;
What is the problem?&lt;/P&gt;</description>
    <pubDate>Wed, 29 May 2019 09:44:45 GMT</pubDate>
    <dc:creator>Gegham J.</dc:creator>
    <dc:date>2019-05-29T09:44:45Z</dc:date>
    <item>
      <title>search api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-api/m-p/87933#M2715</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;
this is my python file &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;access_token='mFSg****************************************'
client = dropbox.client.DropboxClient(access_token)
print 'linked account: ', client.account_info()

print 'SHARE FILES'
file_share=client.share('/Apps/gegham/magnus-opus.txt',short_url=True)
print file_share
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;when I'm trying to run this , I'm getting the following error&lt;BR /&gt;
Path '/Apps/gegham/magnus-opus.txt' not found . but in my Apps/gegham/directory file 'magnus-opus.txt' exists.&lt;BR /&gt;
What is the problem?&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:44:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-api/m-p/87933#M2715</guid>
      <dc:creator>Gegham J.</dc:creator>
      <dc:date>2019-05-29T09:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: search api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-api/m-p/87934#M2716</link>
      <description>&lt;P&gt;Assuming your app has "App folder" permissions and uses the app folder name &lt;CODE&gt;gegham&lt;/CODE&gt;, then its root is &lt;CODE&gt;/Apps/gegham&lt;/CODE&gt;, so your paths should be relative to that.&lt;/P&gt;

&lt;P&gt;Just use the path &lt;CODE&gt;/magnus-opus.txt&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;file_share = client.share('/magnus-opus.txt', short_url=True)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 01 Mar 2015 20:09:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-api/m-p/87934#M2716</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-03-01T20:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: search api</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-api/m-p/87935#M2717</link>
      <description>&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Sun, 01 Mar 2015 21:59:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/search-api/m-p/87935#M2717</guid>
      <dc:creator>Gegham J.</dc:creator>
      <dc:date>2015-03-01T21:59:45Z</dc:date>
    </item>
  </channel>
</rss>

