<?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: Using Dropbox API with C# MVC in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-Dropbox-API-with-C-MVC/m-p/172172#M6554</link>
    <description>&lt;P&gt;If you can, we&amp;nbsp;recommend using the .NET SDK for C# projects:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/dotnet" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/dotnet&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In that SDK, the respective methods are:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingRoutes_GetSharedLinkMetadataAsync_1.htm" rel="nofollow noreferrer"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingRoutes_GetSharedLinkMetadataAsync_1.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingRoutes_GetSharedLinkFileAsync_1.htm" rel="nofollow noreferrer"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingRoutes_GetSharedLinkFileAsync_1.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesRoutes_DownloadAsync_1.htm" rel="nofollow noreferrer"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesRoutes_DownloadAsync_1.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Otherwise, you'll need to make the HTTP calls using whatever HTTP client you'd like.&lt;/P&gt;
&lt;P&gt;By the way, I redacted your access token, but for the sake of security, you should disable that access token. You can do so by revoking access to the app entirely, if the access token is for your account, here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/account/security" rel="nofollow noreferrer"&gt;https://www.dropbox.com/account/security&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Or, you can disable just this access token using the /disable_access_token endpoint:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/core/docs#disable-token" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/docs#disable-token&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Apr 2016 23:45:57 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2016-04-05T23:45:57Z</dc:date>
    <item>
      <title>Using Dropbox API with C# MVC</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-Dropbox-API-with-C-MVC/m-p/172168#M6550</link>
      <description>&lt;P&gt;I have a simple page that has a textbox and a button. The idea is that the user will enter a shared link that has multiple files&amp;nbsp;into the textbox,a Save As dialog box will popup and the user will download file to the location they choose.&lt;/P&gt;
&lt;P&gt;My question is how do I setup my environment for this to work in MVC. I am new to Dropbox and all I have is the API installed and I also have the APP key and APP secret.&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:34:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-Dropbox-API-with-C-MVC/m-p/172168#M6550</guid>
      <dc:creator>Gabriel A.1</dc:creator>
      <dc:date>2019-05-29T09:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using Dropbox API with C# MVC</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-Dropbox-API-with-C-MVC/m-p/172169#M6551</link>
      <description>&lt;P&gt;Moved to the API forum.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2016 10:48:32 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-Dropbox-API-with-C-MVC/m-p/172169#M6551</guid>
      <dc:creator>Rich</dc:creator>
      <dc:date>2016-04-02T10:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using Dropbox API with C# MVC</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-Dropbox-API-with-C-MVC/m-p/172170#M6552</link>
      <description>&lt;P&gt;Hi Gabriel, it sounds like your question is more about&amp;nbsp;setting up your app and environment itself, and not yet about using the&amp;nbsp;Dropbox API. That being the case, I'm afraid I can't offer much help. How you set up your environment and app, e.g., what pattern, like MVC, you use, are up to you.&lt;/P&gt;
&lt;P&gt;Once you do have your app running though and are ready to make some API calls, it sounds like these endpoints may be helpful:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_metadata&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#sharing-get_shared_link_file&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-download" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-download&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 01:03:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-Dropbox-API-with-C-MVC/m-p/172170#M6552</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-04-05T01:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Dropbox API with C# MVC</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-Dropbox-API-with-C-MVC/m-p/172171#M6553</link>
      <description>&lt;P&gt;Gregory,&lt;/P&gt;
&lt;P&gt;I have MVC setup already. My question is for example how do you get a file from a link.&lt;/P&gt;
&lt;P&gt;Below&amp;nbsp;does not help me in C#. In other words, how do I set up a simple example with the API to get the&amp;nbsp;/get_shared_link_file in .NET?&lt;/P&gt;
&lt;PRE class="last literal-block documentation__curl-example"&gt;curl -X POST https://content.dropboxapi.com/2/sharing/get_shared_link_file \
    --header "Authorization: Bearer &amp;lt;REDACTED&amp;gt;" \
    --header "Dropbox-API-Arg: {\"url\": \"https://www.dropbox.com/s/2sn712vy1ovegw8/Prime_Numbers.txt?dl=0\",\"path\": \"/Prime_Numbers.txt\"}"&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Apr 2016 07:29:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-Dropbox-API-with-C-MVC/m-p/172171#M6553</guid>
      <dc:creator>Gabriel A.1</dc:creator>
      <dc:date>2016-04-05T07:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using Dropbox API with C# MVC</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-Dropbox-API-with-C-MVC/m-p/172172#M6554</link>
      <description>&lt;P&gt;If you can, we&amp;nbsp;recommend using the .NET SDK for C# projects:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/dotnet" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/documentation/dotnet&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In that SDK, the respective methods are:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingRoutes_GetSharedLinkMetadataAsync_1.htm" rel="nofollow noreferrer"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingRoutes_GetSharedLinkMetadataAsync_1.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingRoutes_GetSharedLinkFileAsync_1.htm" rel="nofollow noreferrer"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Sharing_Routes_SharingRoutes_GetSharedLinkFileAsync_1.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesRoutes_DownloadAsync_1.htm" rel="nofollow noreferrer"&gt;https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesRoutes_DownloadAsync_1.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Otherwise, you'll need to make the HTTP calls using whatever HTTP client you'd like.&lt;/P&gt;
&lt;P&gt;By the way, I redacted your access token, but for the sake of security, you should disable that access token. You can do so by revoking access to the app entirely, if the access token is for your account, here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/account/security" rel="nofollow noreferrer"&gt;https://www.dropbox.com/account/security&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Or, you can disable just this access token using the /disable_access_token endpoint:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/core/docs#disable-token" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/core/docs#disable-token&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 23:45:57 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-Dropbox-API-with-C-MVC/m-p/172172#M6554</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-04-05T23:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using Dropbox API with C# MVC</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-Dropbox-API-with-C-MVC/m-p/172173#M6555</link>
      <description>&lt;P&gt;Gregory,&lt;/P&gt;
&lt;P&gt;Thanks for taking your time and replying back to me.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Quick question:&lt;/P&gt;
&lt;P&gt;My requirement is the following. I have a user that enters a public shared Dropbox link into a textbox and then it uploads to the server.&lt;/P&gt;
&lt;P&gt;Would I need the Token and so forth since the link is public? Would I even need the Dropbox API?&lt;/P&gt;
&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 07:36:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-Dropbox-API-with-C-MVC/m-p/172173#M6555</guid>
      <dc:creator>Gabriel A.1</dc:creator>
      <dc:date>2016-04-08T07:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using Dropbox API with C# MVC</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-Dropbox-API-with-C-MVC/m-p/172174#M6556</link>
      <description>&lt;P&gt;There is some basic functionality, i.e., downloading the file or folder, possible using just the shared link. Refer to this help article for more information:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/help/201" rel="nofollow noreferrer"&gt;https://www.dropbox.com/help/201&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For anything more advanced than that, you will need to use the API calls, which do require an access token.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 23:19:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Using-Dropbox-API-with-C-MVC/m-p/172174#M6556</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-04-08T23:19:01Z</dc:date>
    </item>
  </channel>
</rss>

