<?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 get complete path or URL of a File? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-complete-path-or-URL-of-a-File/m-p/548438#M26112</link>
    <description>&lt;P&gt;I also need to get my uploaded file's URL. Is there any update about this feature request?&lt;/P&gt;</description>
    <pubDate>Sat, 02 Oct 2021 01:05:12 GMT</pubDate>
    <dc:creator>gorkemhacioglu</dc:creator>
    <dc:date>2021-10-02T01:05:12Z</dc:date>
    <item>
      <title>How to get complete path or URL of a File?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-complete-path-or-URL-of-a-File/m-p/329365#M19262</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am uploading bulk files using Dropbox .NET API.&lt;/P&gt;&lt;P&gt;I want that after uploading the file how to get a complete path or URL like - "&lt;A href="https://www.dropbox.com/work/Apps/*****/testinng234/1.mp3" target="_blank"&gt;https://www.dropbox.com/work/Apps/*****/testinng234/1.mp3&lt;/A&gt;". So that I can able to use this link directly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest me the best way and share some code.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:07:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-complete-path-or-URL-of-a-File/m-p/329365#M19262</guid>
      <dc:creator>mirage_alaas</dc:creator>
      <dc:date>2019-05-29T09:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get complete path or URL of a File?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-complete-path-or-URL-of-a-File/m-p/329636#M19282</link>
      <description>&lt;P&gt;[Cross-linking for reference: &lt;A href="https://stackoverflow.com/questions/54762214/how-to-get-complete-path-or-url-of-a-file-in-dropbox" target="_self"&gt;https://stackoverflow.com/questions/54762214/how-to-get-complete-path-or-url-of-a-file-in-dropbox&lt;/A&gt;&amp;nbsp;]&lt;/P&gt;
&lt;P&gt;When you upload a file using &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet" target="_blank"&gt;the&amp;nbsp;Dropbox .NET SDK&lt;/A&gt;, e.g., via the &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesUserRoutes_UploadAsync_1.htm" target="_self"&gt;UploadAsync&lt;/A&gt;&amp;nbsp;method, you'll get a&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_Files_FileMetadata.htm" target="_blank"&gt;FileMetadata&lt;/A&gt; object back for the uploaded file.&lt;/P&gt;
&lt;P&gt;You can get the&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/P_Dropbox_Api_Files_Metadata_PathDisplay.htm" target="_blank"&gt;PathDisplay&lt;/A&gt; or&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/P_Dropbox_Api_Files_Metadata_PathLower.htm" target="_blank"&gt;PathLower&lt;/A&gt; property from that object to see the path of the uploaded file. That will be relative to your app's root though, e.g., to the app folder for your app, if your app uses the app folder permission.&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;Dropbox API doesn't offer a way to get the full Dropbox web site URL/path for a file programmatically,&amp;nbsp;but I'll pass this along as a feature request.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 16:53:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-complete-path-or-URL-of-a-File/m-p/329636#M19282</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-02-19T16:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get complete path or URL of a File?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-complete-path-or-URL-of-a-File/m-p/548438#M26112</link>
      <description>&lt;P&gt;I also need to get my uploaded file's URL. Is there any update about this feature request?&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 01:05:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-complete-path-or-URL-of-a-File/m-p/548438#M26112</guid>
      <dc:creator>gorkemhacioglu</dc:creator>
      <dc:date>2021-10-02T01:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to get complete path or URL of a File?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-complete-path-or-URL-of-a-File/m-p/548737#M26124</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1478970"&gt;@gorkemhacioglu&lt;/a&gt; No, unfortunately I don't have news on this request.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 14:53:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-get-complete-path-or-URL-of-a-File/m-p/548737#M26124</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2021-10-04T14:53:10Z</dc:date>
    </item>
  </channel>
</rss>

