<?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 How do I create a shared link with expiry date from API (.Net SDK)? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-do-I-create-a-shared-link-with-expiry-date-from-API-Net-SDK/m-p/196676#M9013</link>
    <description>&lt;P&gt;Would you be able to give me an example how to add an expiration date to a shared link?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I have so far:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Dropbox.Api.Sharing.SharedLinkSettings sls=new Dropbox.Api.Sharing.SharedLinkSettings();
????
var result = await  dbx.Sharing.CreateSharedLinkWithSettingsAsync(remotePath,sls);&lt;/PRE&gt;</description>
    <pubDate>Wed, 29 May 2019 09:27:51 GMT</pubDate>
    <dc:creator>user3378165</dc:creator>
    <dc:date>2019-05-29T09:27:51Z</dc:date>
    <item>
      <title>How do I create a shared link with expiry date from API (.Net SDK)?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-do-I-create-a-shared-link-with-expiry-date-from-API-Net-SDK/m-p/196676#M9013</link>
      <description>&lt;P&gt;Would you be able to give me an example how to add an expiration date to a shared link?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I have so far:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Dropbox.Api.Sharing.SharedLinkSettings sls=new Dropbox.Api.Sharing.SharedLinkSettings();
????
var result = await  dbx.Sharing.CreateSharedLinkWithSettingsAsync(remotePath,sls);&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 May 2019 09:27:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-do-I-create-a-shared-link-with-expiry-date-from-API-Net-SDK/m-p/196676#M9013</guid>
      <dc:creator>user3378165</dc:creator>
      <dc:date>2019-05-29T09:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a shared link with expiry date from API (.Net SDK)?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-do-I-create-a-shared-link-with-expiry-date-from-API-Net-SDK/m-p/196699#M9017</link>
      <description>&lt;P&gt;You can set an expiration for a new shared link using the .NET SDK like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;var settings = new SharedLinkSettings (expires: new DateTime (2016, 12, 25));
SharedLinkMetadata sharedLinkMetadata = await this.client.Sharing.CreateSharedLinkWithSettingsAsync (path, settings);

Console.WriteLine (sharedLinkMetadata.Url);
Console.WriteLine (sharedLinkMetadata.Expires);&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Dec 2016 18:33:41 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-do-I-create-a-shared-link-with-expiry-date-from-API-Net-SDK/m-p/196699#M9017</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-12-06T18:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a shared link with expiry date from API (.Net SDK)?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-do-I-create-a-shared-link-with-expiry-date-from-API-Net-SDK/m-p/196758#M9030</link>
      <description>&lt;P&gt;Thank you! Working perfectly!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2016 07:08:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-do-I-create-a-shared-link-with-expiry-date-from-API-Net-SDK/m-p/196758#M9030</guid>
      <dc:creator>user3378165</dc:creator>
      <dc:date>2016-12-07T07:08:30Z</dc:date>
    </item>
  </channel>
</rss>

