<?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: How can I create &amp;amp; write to a text file on DropBox - without using the DropBox library in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-create-amp-write-to-a-text-file-on-DropBox-without/m-p/579031#M27027</link>
    <description>&lt;P&gt;You can use &lt;A title="WebRequest Class" href="https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest" target="_blank" rel="noopener"&gt;WebRequest class&lt;/A&gt; from the core. Example for POST request can be seen &lt;A title="How to: Send data by using the WebRequest class" href="https://docs.microsoft.com/en-us/dotnet/framework/network-programming/how-to-send-data-using-the-webrequest-class" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. You should format your request according the Dropbox documentation referred above.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Sat, 19 Feb 2022 17:30:58 GMT</pubDate>
    <dc:creator>Здравко</dc:creator>
    <dc:date>2022-02-19T17:30:58Z</dc:date>
    <item>
      <title>How can I create &amp; write to a text file on DropBox - without using the DropBox library</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-create-amp-write-to-a-text-file-on-DropBox-without/m-p/578896#M27022</link>
      <description>&lt;P&gt;Hi all;&lt;/P&gt;
&lt;P&gt;I need to write the logging for an app I am working on to DropBox. For each run create a log file, write to it over the course of the app running, then close it at the end.&lt;/P&gt;
&lt;P&gt;One big constraint - I can't add libraries to the app. So I need to use the .NET runtime for the communication with DropBox. I can't use the DropBox library.&lt;/P&gt;
&lt;P&gt;thanks - dave&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 12:51:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-create-amp-write-to-a-text-file-on-DropBox-without/m-p/578896#M27022</guid>
      <dc:creator>DavidThielen</dc:creator>
      <dc:date>2022-04-27T12:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create &amp; write to a text file on DropBox - without using the DropBox library</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-create-amp-write-to-a-text-file-on-DropBox-without/m-p/578988#M27025</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1383309"&gt;@DavidThielen&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Using some SDK (including .NET) is for convenience only. You are not obligated to use it! Only mandatory thing to use is API. It's the only way to "talk" to Dropbox server. You can do that using some SDK or directly drive web transactions to corresponding &lt;A title="Dropbox API v2" href="https://www.dropbox.com/developers/documentation/http/documentation" target="_blank" rel="noopener"&gt;access point&lt;/A&gt; by yourself. The choice is yours. When use SDK you are relying while call particular method/function, proper call (or sequence of calls) to be performed to Dropbox server using API. That's it.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 13:22:46 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-create-amp-write-to-a-text-file-on-DropBox-without/m-p/578988#M27025</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-02-19T13:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create &amp; write to a text file on DropBox - without using the DropBox library</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-create-amp-write-to-a-text-file-on-DropBox-without/m-p/579010#M27026</link>
      <description>&lt;P&gt;Hi;&lt;/P&gt;&lt;P&gt;Is there example code anywhere on how to talk directly to the API? Preferably in C#.&lt;/P&gt;&lt;P&gt;thanks - dave&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 15:42:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-create-amp-write-to-a-text-file-on-DropBox-without/m-p/579010#M27026</guid>
      <dc:creator>DavidThielen</dc:creator>
      <dc:date>2022-02-19T15:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create &amp; write to a text file on DropBox - without using the DropBox library</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-create-amp-write-to-a-text-file-on-DropBox-without/m-p/579031#M27027</link>
      <description>&lt;P&gt;You can use &lt;A title="WebRequest Class" href="https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest" target="_blank" rel="noopener"&gt;WebRequest class&lt;/A&gt; from the core. Example for POST request can be seen &lt;A title="How to: Send data by using the WebRequest class" href="https://docs.microsoft.com/en-us/dotnet/framework/network-programming/how-to-send-data-using-the-webrequest-class" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. You should format your request according the Dropbox documentation referred above.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 17:30:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-can-I-create-amp-write-to-a-text-file-on-DropBox-without/m-p/579031#M27027</guid>
      <dc:creator>Здравко</dc:creator>
      <dc:date>2022-02-19T17:30:58Z</dc:date>
    </item>
  </channel>
</rss>

