<?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: Upload to public folder in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-public-folder/m-p/187795#M7985</link>
    <description>&lt;P&gt;It sounds like you registered your app for the "app folder" permission. You'll need to register a new one for the "full Dropbox" permission to access the Public folder:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/apps/create" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/apps/create&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 04 Sep 2016 02:47:37 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2016-09-04T02:47:37Z</dc:date>
    <item>
      <title>Upload to public folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-public-folder/m-p/187790#M7980</link>
      <description>&lt;P&gt;how to upload files to public folder programmatically (c# or vb.net) ?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Eytan&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:30:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-public-folder/m-p/187790#M7980</guid>
      <dc:creator>bzsApp 2.</dc:creator>
      <dc:date>2019-05-29T09:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to public folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-public-folder/m-p/187791#M7981</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Eytan, you can use the&amp;nbsp;Dropbox API to programmatically upload to the Public folder just like any other folder.&lt;/P&gt;
&lt;P&gt;Using the &lt;A href="https://www.dropbox.com/developers/documentation/dotnet" target="_blank" rel="nofollow noreferrer"&gt;API v2 .NET SDK&lt;/A&gt;, for example, you can use the &lt;A href="https://dropbox.github.io/dropbox-sdk-dotnet/html/M_Dropbox_Api_Files_Routes_FilesRoutes_UploadAsync_1.htm" target="_blank" rel="nofollow noreferrer"&gt;UploadAsync&lt;/A&gt;&amp;nbsp;method to upload into the Public folder, e.g., by supplying a path like "/Public/uploadedfile.ext".&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 23:31:47 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-public-folder/m-p/187791#M7981</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-02T23:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to public folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-public-folder/m-p/187792#M7982</link>
      <description>&lt;P&gt;Hi Gregory&lt;/P&gt;
&lt;P&gt;Do I&amp;nbsp;need access token to upload to Public Folder?&lt;/P&gt;
&lt;P&gt;If yes , how I can get it ?&lt;/P&gt;
&lt;P&gt;Thanks Eytan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2016 00:56:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-public-folder/m-p/187792#M7982</guid>
      <dc:creator>bzsApp 2.</dc:creator>
      <dc:date>2016-09-04T00:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to public folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-public-folder/m-p/187793#M7983</link>
      <description>&lt;P&gt;Yes, you need an access token to upload to an account via the API.&lt;/P&gt;
&lt;P&gt;If you just need to upload to your own account, you can get an access token for your app-user pair by using the "Generate" button on your app's page on the &lt;A href="https://www.dropbox.com/developers/apps" target="_blank" rel="nofollow noreferrer"&gt;App Console&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Otherwise, to get an access token for any arbitrary account, you'll need to use&amp;nbsp;the &lt;A href="https://www.dropbox.com/developers/reference/oauthguide" target="_blank" rel="nofollow noreferrer"&gt;OAuth app authorization flow&lt;/A&gt;. The &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/Examples" target="_blank" rel="nofollow noreferrer"&gt;.NET SDK examples&lt;/A&gt;&amp;nbsp;show how to implement that.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2016 01:12:05 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-public-folder/m-p/187793#M7983</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-04T01:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to public folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-public-folder/m-p/187794#M7984</link>
      <description>&lt;P&gt;i need to upload to &lt;STRONG&gt;"public"&lt;/STRONG&gt; folder in the root folder&lt;/P&gt;
&lt;P&gt;but the access token is only for&amp;nbsp;the &lt;STRONG&gt;"Apps"&lt;/STRONG&gt; Folder&lt;IMG src="https://www.dropboxforum.com/hc/user_images/43YPASVdMwQJoWR6-Sf0Uw.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2016 02:45:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-public-folder/m-p/187794#M7984</guid>
      <dc:creator>bzsApp 2.</dc:creator>
      <dc:date>2016-09-04T02:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to public folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-public-folder/m-p/187795#M7985</link>
      <description>&lt;P&gt;It sounds like you registered your app for the "app folder" permission. You'll need to register a new one for the "full Dropbox" permission to access the Public folder:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/apps/create" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers/apps/create&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2016 02:47:37 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-public-folder/m-p/187795#M7985</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-09-04T02:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Upload to public folder</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-public-folder/m-p/187796#M7986</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;It solved.&lt;/P&gt;
&lt;P&gt;Eytan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2016 15:10:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Upload-to-public-folder/m-p/187796#M7986</guid>
      <dc:creator>bzsApp 2.</dc:creator>
      <dc:date>2016-09-05T15:10:14Z</dc:date>
    </item>
  </channel>
</rss>

