<?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: Script Copy Dropbox Link to Apple Mail in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Script-Copy-Dropbox-Link-to-Apple-Mail/m-p/303153#M18321</link>
    <description>&lt;P&gt;It sounds like you're referring to the feature of the official&amp;nbsp;Dropbox desktop client where you can right click on a file or folder and choose "Copy&amp;nbsp;Dropbox Link" to get a shared link for that file or folder.&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;Dropbox API doesn't offer a way to interact with the&amp;nbsp;Dropbox desktop client itself, but you can use the&amp;nbsp;Dropbox API to communicate with the&amp;nbsp;Dropbox servers to get the same kind of shared link.&lt;/P&gt;
&lt;P&gt;To create a shared link like that, you would call&amp;nbsp;/2/sharing/create_shared_link_with_settings:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Or, to retrieve an existing shared link, you would call&amp;nbsp;/2/sharing/list_shared_links:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't offer guidance with the non-Dropbox side of things though, such as choosing a good programming language for your platform, or interacting with Apple Mail.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Oct 2018 19:35:44 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-10-15T19:35:44Z</dc:date>
    <item>
      <title>Script Copy Dropbox Link to Apple Mail</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Script-Copy-Dropbox-Link-to-Apple-Mail/m-p/303131#M18320</link>
      <description>&lt;P&gt;Dear&amp;nbsp;All&lt;/P&gt;&lt;P&gt;I want to do a script on my os x sierra which copy the "Copy Dropbox Link" of a file in a new&amp;nbsp;apple mail from the default mail account. Also, in the file name there is an email address - &amp;nbsp;this email address should be placed automaticaly&amp;nbsp;in the "TO" field in apple mail.&lt;/P&gt;&lt;P&gt;I am not sure which programming language I should take for that. The program is for mac users.&amp;nbsp;Can you give me an advice so I can take&amp;nbsp;the right direction / Dropbox API? I will self study the rest^^&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SirAider&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:09:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Script-Copy-Dropbox-Link-to-Apple-Mail/m-p/303131#M18320</guid>
      <dc:creator>SirAider</dc:creator>
      <dc:date>2019-05-29T09:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Script Copy Dropbox Link to Apple Mail</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Script-Copy-Dropbox-Link-to-Apple-Mail/m-p/303153#M18321</link>
      <description>&lt;P&gt;It sounds like you're referring to the feature of the official&amp;nbsp;Dropbox desktop client where you can right click on a file or folder and choose "Copy&amp;nbsp;Dropbox Link" to get a shared link for that file or folder.&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;Dropbox API doesn't offer a way to interact with the&amp;nbsp;Dropbox desktop client itself, but you can use the&amp;nbsp;Dropbox API to communicate with the&amp;nbsp;Dropbox servers to get the same kind of shared link.&lt;/P&gt;
&lt;P&gt;To create a shared link like that, you would call&amp;nbsp;/2/sharing/create_shared_link_with_settings:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Or, to retrieve an existing shared link, you would call&amp;nbsp;/2/sharing/list_shared_links:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-list_shared_links&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Those have corresponding native methods for the HTTPS endpoints.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't offer guidance with the non-Dropbox side of things though, such as choosing a good programming language for your platform, or interacting with Apple Mail.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 19:35:44 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Script-Copy-Dropbox-Link-to-Apple-Mail/m-p/303153#M18321</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-10-15T19:35:44Z</dc:date>
    </item>
  </channel>
</rss>

