<?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 Can I create a shared link for a file that containing virus? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-I-create-a-shared-link-for-a-file-that-containing-virus/m-p/635827#M29346</link>
    <description>&lt;P&gt;I use the below code to create a shared link of my files. In case if the file containing virus, is the Dropbox API stop it or it is continue to create a share link for that file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;listSharedLinksResult = dbxClient.sharing()&lt;BR /&gt;        .listSharedLinksBuilder()&lt;BR /&gt;        .withPath(fileId)&lt;BR /&gt;        .withDirectOnly(&lt;SPAN&gt;true&lt;/SPAN&gt;)&lt;BR /&gt;        .start();&lt;BR /&gt;fileUrl = listSharedLinksResult.getLinks().get(&lt;SPAN&gt;0&lt;/SPAN&gt;).getUrl();&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2022 20:34:51 GMT</pubDate>
    <dc:creator>tritnguyen</dc:creator>
    <dc:date>2022-11-15T20:34:51Z</dc:date>
    <item>
      <title>Can I create a shared link for a file that containing virus?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-I-create-a-shared-link-for-a-file-that-containing-virus/m-p/635827#M29346</link>
      <description>&lt;P&gt;I use the below code to create a shared link of my files. In case if the file containing virus, is the Dropbox API stop it or it is continue to create a share link for that file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;listSharedLinksResult = dbxClient.sharing()&lt;BR /&gt;        .listSharedLinksBuilder()&lt;BR /&gt;        .withPath(fileId)&lt;BR /&gt;        .withDirectOnly(&lt;SPAN&gt;true&lt;/SPAN&gt;)&lt;BR /&gt;        .start();&lt;BR /&gt;fileUrl = listSharedLinksResult.getLinks().get(&lt;SPAN&gt;0&lt;/SPAN&gt;).getUrl();&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 20:34:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-I-create-a-shared-link-for-a-file-that-containing-virus/m-p/635827#M29346</guid>
      <dc:creator>tritnguyen</dc:creator>
      <dc:date>2022-11-15T20:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create a shared link for a file that containing virus?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-I-create-a-shared-link-for-a-file-that-containing-virus/m-p/635894#M29347</link>
      <description>&lt;P&gt;The listSharedLinks functionality does not create shared links; it only lists existing shared links.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/sharing/DbxUserSharingRequests.html#createSharedLinkWithSettings(java.lang.String)" target="_self"&gt;createSharedLinkWithSettings&lt;/A&gt; functionality can be used to create shared links. If the creation of a link for any particular account/file is not allowed, that will fail with &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v5.4.3/com/dropbox/core/v2/sharing/CreateSharedLinkWithSettingsError.Tag.html#ACCESS_DENIED" target="_blank"&gt;ACCESS_DENIED&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 21:51:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Can-I-create-a-shared-link-for-a-file-that-containing-virus/m-p/635894#M29347</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2022-11-10T21:51:51Z</dc:date>
    </item>
  </channel>
</rss>

