<?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: Need a custom web-page where students upload files into a teacher's Dropbox.  I use  Dropbox for Business and created a web-page with upload files from my web-page to my dropbox folder with API/C#/OAuth2, what about other people uploading into my folder? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165956#M5948</link>
    <description>&lt;P&gt;Hello Gregory,&lt;/P&gt;
&lt;P&gt;I would like other users to be able to upload files from my custom web-page. The files they upload will be stored in my private Dropbox folder and the users will not have access to&amp;nbsp;view the folder, just upload. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jan 2016 00:35:16 GMT</pubDate>
    <dc:creator>Natasha A.</dc:creator>
    <dc:date>2016-01-26T00:35:16Z</dc:date>
    <item>
      <title>Need a custom web-page where students upload files into a teacher's Dropbox.  I use  Dropbox for Business and created a web-page with upload files from my web-page to my dropbox folder with API/C#/OAuth2, what about other people uploading into my folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165954#M5946</link>
      <description />
      <pubDate>Wed, 29 May 2019 09:36:33 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165954#M5946</guid>
      <dc:creator>Natasha A.</dc:creator>
      <dc:date>2019-05-29T09:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need a custom web-page where students upload files into a teacher's Dropbox.  I use  Dropbox for Business and created a web-page with upload files from my web-page to my dropbox folder with API/C#/OAuth2, what about other people uploading into my folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165955#M5947</link>
      <description>&lt;P&gt;[Cross-linking for reference:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/34984386/dropbox-api-other-users-permission-to-upload-into-my-folder" rel="nofollow noreferrer"&gt;https://stackoverflow.com/questions/34984386/dropbox-api-other-users-permission-to-upload-into-my-folder&lt;/A&gt; ]&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;HI Natasha, I'm not sure I fully understand your question. If you already have an implementation where you can upload files via the API, and want other people to be able to do so as well, it sounds like you just need to let them access that page as well. Can you clarify? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2016 12:40:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165955#M5947</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-01-25T12:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need a custom web-page where students upload files into a teacher's Dropbox.  I use  Dropbox for Business and created a web-page with upload files from my web-page to my dropbox folder with API/C#/OAuth2, what about other people uploading into my folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165956#M5948</link>
      <description>&lt;P&gt;Hello Gregory,&lt;/P&gt;
&lt;P&gt;I would like other users to be able to upload files from my custom web-page. The files they upload will be stored in my private Dropbox folder and the users will not have access to&amp;nbsp;view the folder, just upload. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 00:35:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165956#M5948</guid>
      <dc:creator>Natasha A.</dc:creator>
      <dc:date>2016-01-26T00:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need a custom web-page where students upload files into a teacher's Dropbox.  I use  Dropbox for Business and created a web-page with upload files from my web-page to my dropbox folder with API/C#/OAuth2, what about other people uploading into my folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165957#M5949</link>
      <description>&lt;P&gt;Here is what I have:&lt;/P&gt;
&lt;P&gt;var result = OAuthUtility.Put&lt;BR /&gt; (&lt;BR /&gt; "&lt;A href="https://api-content.dropbox.com/1/files_put/auto/" rel="nofollow noreferrer"&gt;https://api-content.dropbox.com/1/files_put/auto/&lt;/A&gt;",&lt;/P&gt;
&lt;P&gt;new HttpParameterCollection&lt;BR /&gt; { &lt;BR /&gt; { "access_token", token },&lt;BR /&gt; { "overwrite", "true" },&lt;BR /&gt; { "path", serverPath },&lt;BR /&gt; { FileUpload1.PostedFile } &lt;BR /&gt; }&lt;BR /&gt; );&lt;/P&gt;
&lt;P&gt;Here is what I am looking to do.&lt;BR /&gt; var result = OAuthUtility.Put&lt;BR /&gt;(&lt;BR /&gt;" What link do I have here in order for other users to place into my folder, example this one? ",&lt;BR /&gt;&lt;A href="https://www.dropbox.com/sh/noxsnids7gtm5dl/AABQm62hVLh_iSW1fhfTgqFLa?dl=0" rel="nofollow noreferrer"&gt;https://www.dropbox.com/sh/noxsnids7gtm5dl/AABQm62hVLh_iSW1fhfTgqFLa?dl=0&lt;/A&gt;&lt;BR /&gt;new HttpParameterCollection&lt;BR /&gt; { &lt;BR /&gt; { "access_token", token },&lt;BR /&gt; { "overwrite", "true" },&lt;BR /&gt; { "path", serverPath },&lt;BR /&gt; { FileUpload1.PostedFile } &lt;BR /&gt; }&lt;BR /&gt;);&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 00:52:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165957#M5949</guid>
      <dc:creator>Natasha A.</dc:creator>
      <dc:date>2016-01-26T00:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need a custom web-page where students upload files into a teacher's Dropbox.  I use  Dropbox for Business and created a web-page with upload files from my web-page to my dropbox folder with API/C#/OAuth2, what about other people uploading into my folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165958#M5950</link>
      <description>&lt;P&gt;Thanks for following up with the additional information. It looks like you're trying to use the API v1 /files_put endpoint. This does let you upload files into an account, so you're on the right track. It looks like you already have some code, but for reference the full documentation can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers-v1/core/docs#files_put" rel="nofollow noreferrer"&gt;https://www.dropbox.com/developers-v1/core/docs#files_put&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The destination path and parameters should be specified on the URL, and the file content should be supplied in the body. For example, if the folder is named "Everything is simple" and located in the root of your Dropbox, the path value would be: "/Everything is simple".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, alternatively,&amp;nbsp;Dropbox does have a feature called "file requests" that may address your need without you having to build anything custom. You can find information about it here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/help/9090" rel="nofollow noreferrer"&gt;https://www.dropbox.com/help/9090&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 03:10:54 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165958#M5950</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-01-26T03:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need a custom web-page where students upload files into a teacher's Dropbox.  I use  Dropbox for Business and created a web-page with upload files from my web-page to my dropbox folder with API/C#/OAuth2, what about other people uploading into my folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165959#M5951</link>
      <description>&lt;P&gt;Hello Gregory,&lt;/P&gt;
&lt;P&gt;I cannot use&amp;nbsp;file requests because it's disabled. How/where it can be reactivated? I am the admin.&lt;/P&gt;
&lt;P&gt;Also is this a correct way to use put files? I am very new to API. Thank you!&lt;/P&gt;
&lt;P&gt;var result = OAuthUtility.Put&lt;BR /&gt;(&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://content.dropboxapi.com/1/files_put/auto/CSUF_test121?dl=0" rel="nofollow noreferrer"&gt;https://content.dropboxapi.com/1/files_put/auto/CSUF_test121?dl=0&lt;/A&gt;",&lt;BR /&gt; new HttpParameterCollection&lt;BR /&gt; { &lt;BR /&gt; { "access_token", token },&lt;BR /&gt; { "overwrite", "true" },&lt;BR /&gt; { "path", serverPath },&lt;BR /&gt; { FileUpload1.PostedFile } &lt;BR /&gt; }&lt;BR /&gt;);&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 03:31:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165959#M5951</guid>
      <dc:creator>Natasha A.</dc:creator>
      <dc:date>2016-01-26T03:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need a custom web-page where students upload files into a teacher's Dropbox.  I use  Dropbox for Business and created a web-page with upload files from my web-page to my dropbox folder with API/C#/OAuth2, what about other people uploading into my folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165960#M5952</link>
      <description>&lt;P&gt;I'm not familiar with the third party library you're using, so I can't say offhand how you should specify the parameters.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, apologies I wasn't clear in my previous reply. That path value was only the folder portion. The full path value should also include the desired file name, e.g.,&amp;nbsp;"/Everything is simple/test_upload.txt".&lt;/P&gt;
&lt;P&gt;Anyway, as the admin of a team, you can enable/disable file requests here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/team/admin/sharing" rel="nofollow noreferrer"&gt;https://www.dropbox.com/team/admin/sharing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 03:37:07 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165960#M5952</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-01-26T03:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need a custom web-page where students upload files into a teacher's Dropbox.  I use  Dropbox for Business and created a web-page with upload files from my web-page to my dropbox folder with API/C#/OAuth2, what about other people uploading into my folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165961#M5953</link>
      <description>&lt;P&gt;Hello Greg&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can be so kind to test this link&amp;nbsp;&amp;nbsp;&lt;A href="https://netcert.fullerton.edu/dropboxfiles/" rel="nofollow noreferrer"&gt;https://netcert.fullerton.edu/dropboxfiles/&lt;/A&gt; &amp;nbsp;to let me know what I need to fix.&lt;/P&gt;
&lt;P&gt;For now, it's just creates a folder in another user Dropbox and upload the file. Nothing gets into my folder.&lt;/P&gt;
&lt;P&gt;string serverPath = System.IO.Path.GetFileName(FileUpload1.FileName);&lt;/P&gt;
&lt;P&gt;var result = OAuthUtility.Put&lt;BR /&gt;(&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://content.dropboxapi.com/1/files_put/auto/CSUF_test121/System.IO.Path.GetFileName(FileUpload1.FileName)" rel="nofollow noreferrer"&gt;https://content.dropboxapi.com/1/files_put/auto/CSUF_test121/System.IO.Path.GetFileName(FileUpload1.FileName)&lt;/A&gt;",&lt;BR /&gt; new HttpParameterCollection&lt;BR /&gt; { &lt;BR /&gt; { "access_token", token },&lt;BR /&gt; { "overwrite", "true" },&lt;BR /&gt; { "path", serverPath },&lt;BR /&gt; { FileUpload1.PostedFile } &lt;BR /&gt; }&lt;BR /&gt;);&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 04:25:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165961#M5953</guid>
      <dc:creator>Natasha A.</dc:creator>
      <dc:date>2016-01-26T04:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need a custom web-page where students upload files into a teacher's Dropbox.  I use  Dropbox for Business and created a web-page with upload files from my web-page to my dropbox folder with API/C#/OAuth2, what about other people uploading into my folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165962#M5954</link>
      <description>&lt;P&gt;The API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. However, it is technically possible to connect to just one account. The SDKs don't offer explicit support for it and we don't recommend doing so, for various technical and security reasons. Most of these concerns are allayed for server-side apps though.&lt;/P&gt;
&lt;P&gt;However if you did want to go this route, instead of kicking off the authorization flow (i.e., sending the user to /authorize), you would manually use an existing access token for your account and app. (Just be careful not to revoke it, e.g. via &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;In your case, this means you would always set the&amp;nbsp;token variable to a hard coded access token for your account in particular.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 05:51:55 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165962#M5954</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-01-26T05:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need a custom web-page where students upload files into a teacher's Dropbox.  I use  Dropbox for Business and created a web-page with upload files from my web-page to my dropbox folder with API/C#/OAuth2, what about other people uploading into my folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165963#M5955</link>
      <description>&lt;P&gt;Thanks a lot! It make sense, and it works now!&lt;/P&gt;
&lt;P&gt;I'll look into the&amp;nbsp;feature "file requests". Do you have API for it?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 07:05:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165963#M5955</guid>
      <dc:creator>Natasha A.</dc:creator>
      <dc:date>2016-01-26T07:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need a custom web-page where students upload files into a teacher's Dropbox.  I use  Dropbox for Business and created a web-page with upload files from my web-page to my dropbox folder with API/C#/OAuth2, what about other people uploading into my folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165964#M5956</link>
      <description>&lt;P&gt;No, there currently isn't an API for file requests,&amp;nbsp;but I'll be sure to pass this along as a feature request.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2016 07:13:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165964#M5956</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2016-01-26T07:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need a custom web-page where students upload files into a teacher's Dropbox.  I use  Dropbox for Business and created a web-page with upload files from my web-page to my dropbox folder with API/C#/OAuth2, what about other people uploading into my folder?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165965#M5957</link>
      <description>&lt;P&gt;I have a similar need and it would be great to have an API to generate File Request! +1 to that!&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 03:35:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/165965#M5957</guid>
      <dc:creator>Zvonimir D.</dc:creator>
      <dc:date>2016-05-06T03:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need a custom web-page where students upload files into a teacher's Dropbox.  I use  Dropbox for</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/247489#M14170</link>
      <description>The Dropbox API now offers the ability to get, list, create, and update file requests:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#file_requests" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#file_requests&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you're using an official SDK, there will also be corresponding methods for these endpoints.</description>
      <pubDate>Tue, 17 Oct 2017 19:48:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Need-a-custom-web-page-where-students-upload-files-into-a/m-p/247489#M14170</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-17T19:48:39Z</dc:date>
    </item>
  </channel>
</rss>

