<?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: How to share files with App in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-share-files-with-App/m-p/657021#M29917</link>
    <description>&lt;P&gt;I'll be happy to help with any issues you're having with the Dropbox API/SDK, but I'll need some more information. Please reply with:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the version number of the platform and SDK you are using&lt;/LI&gt;
&lt;LI&gt;the steps to reproduce the issue, including relevant code snippet(s) (for instance, which of the two lines you included is failing?), but don't include any access or refresh token(s)&lt;/LI&gt;
&lt;LI&gt;the full text of any error or unexpected output&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 06 Feb 2023 16:51:45 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-02-06T16:51:45Z</dc:date>
    <item>
      <title>How to share files with App</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-share-files-with-App/m-p/656843#M29908</link>
      <description>&lt;P&gt;I've created a new drop box app&lt;/P&gt;
&lt;P&gt;and followed example to connect and upload directory and files&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but the files and directories aren't visible to other users?&lt;/P&gt;
&lt;P&gt;How to create the files so that other users I give the app to can connect and save and upload new files?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using&amp;nbsp;&lt;/P&gt;
&lt;P&gt;var response = await client.Files.UploadAsync("/DotNetApi/" + subFolder + "/" + fileName, WriteMode.Overwrite.Instance, body: stream);&lt;/P&gt;
&lt;P&gt;using (var response = await client.Files.DownloadAsync("/DotNetApi/" + szTemplate + "/" + file.Name))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;which works on my computer&lt;/P&gt;
&lt;P&gt;but when using another user computer says path not found&lt;/P&gt;
&lt;P&gt;not sure how to setup the folder as shared ??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 19:02:48 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-share-files-with-App/m-p/656843#M29908</guid>
      <dc:creator>kdss-ja</dc:creator>
      <dc:date>2023-02-06T19:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to share files with App</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-share-files-with-App/m-p/657021#M29917</link>
      <description>&lt;P&gt;I'll be happy to help with any issues you're having with the Dropbox API/SDK, but I'll need some more information. Please reply with:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the version number of the platform and SDK you are using&lt;/LI&gt;
&lt;LI&gt;the steps to reproduce the issue, including relevant code snippet(s) (for instance, which of the two lines you included is failing?), but don't include any access or refresh token(s)&lt;/LI&gt;
&lt;LI&gt;the full text of any error or unexpected output&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 06 Feb 2023 16:51:45 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-share-files-with-App/m-p/657021#M29917</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-02-06T16:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to share files with App</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-share-files-with-App/m-p/657116#M29925</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My app is working on my computer fine.. but when installed on another users computer the&amp;nbsp;&lt;/P&gt;&lt;P&gt;command&amp;nbsp;&lt;/P&gt;&lt;P&gt;var list = await client.Files.ListFolderAsync("/DotNetApi/" + szTemplate);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;returns path not found&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When looking at the files in Windows Explorer or on Drop box it says the files / folders are only accessible to myself&lt;/P&gt;&lt;P&gt;(so, I was wondering if I need to set them to shared or something?)&lt;/P&gt;&lt;P&gt;using Dropbox.Api (6.37.0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 19:51:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-share-files-with-App/m-p/657116#M29925</guid>
      <dc:creator>kdss-ja</dc:creator>
      <dc:date>2023-02-06T19:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to share files with App</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-share-files-with-App/m-p/657390#M29933</link>
      <description>&lt;P&gt;The Dropbox API/SDKs, such as the Dropbox .NET SDK you're using, list files by communicating with the Dropbox API servers, not the local filesystem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the ListFolderAsync method is raising a path/not_found error, that indicates that there is nothing found at the specified path in the connected account. In this case, that would be the path identified by `/DotNetApi/" + szTemplate`, and the account for whichever access token/refresh token you're using in that particular installation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To list the root, you can call ListFolderAsync and instead specify a path value of the empty string "".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to check which account you're connected to, you can use &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/gh-pages/obj/api/Dropbox.Api.Users.Routes.UsersUserRoutes.html#Dropbox_Api_Users_Routes_UsersUserRoutes_GetCurrentAccountAsync" target="_blank"&gt;the GetCurrentAccountAsync method&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The File Access Guide may also be helpful for information on how interacting with files via the Dropbox API works.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 15:22:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-share-files-with-App/m-p/657390#M29933</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-02-07T15:22:21Z</dc:date>
    </item>
  </channel>
</rss>

