<?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: BUG - The remote server returned an error: (460) Restricted. in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BUG-The-remote-server-returned-an-error-460-Restricted/m-p/265663#M15575</link>
    <description>Apologies for the trouble. This should be fixed now.</description>
    <pubDate>Mon, 19 Feb 2018 16:56:39 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-02-19T16:56:39Z</dc:date>
    <item>
      <title>BUG - The remote server returned an error: (460) Restricted.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BUG-The-remote-server-returned-an-error-460-Restricted/m-p/265510#M15573</link>
      <description>&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;I am using DropBox to Update My Application. I have created a share link of file "CurrentVersion.txt".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Code reads the text from the file and check against the current version. And if there is an new version , the Latest.exe is downloaded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i have noticed is, if the "CurrentVersion.txt" Contains only "1.0.0.0" then i am getting the error, and if there is anything else in the file say even "1.0.0.1",&amp;nbsp;then no error is displayed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have noticed the same behaviour when creating a link to this particular file. If it contains "1.0.0.0" then i get an message as &lt;STRONG&gt;"You don’t have permission to create a link to this file".&amp;nbsp;&lt;/STRONG&gt; And if the file contains something apart from "1.0.0.0" the link is created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Code&lt;/P&gt;&lt;PRE&gt;Try

            Dim request As HttpWebRequest = CType(WebRequest.Create("https://www.dropbox.com/s/ym194ty8lrifzhw/NewVersion.txt?dl=1"), HttpWebRequest)
            Dim Response As HttpWebResponse = CType(request.GetResponse(), HttpWebResponse)

            Dim Sr As IO.StreamReader = New IO.StreamReader(Response.GetResponseStream)

            Dim NewVersion As String = Sr.ReadToEnd
            Dim CurrentVersion As String = Application.ProductVersion

            If NewVersion &amp;lt;&amp;gt; CurrentVersion Then
                MessageBox.Show("New Version Exists", MsgboxHeader, MessageBoxButtons.OK, MessageBoxIcon.Information)
            Else
                MessageBox.Show("No Updates Found", MsgboxHeader, MessageBoxButtons.OK, MessageBoxIcon.Information)
            End If

        Catch ex As Exception
            MessageBox.Show("An Error Occurred while trying to Check for Update" &amp;amp; vbCrLf &amp;amp; vbCrLf &amp;amp; "Error Details:" &amp;amp; vbCrLf &amp;amp; ex.Message, MsgboxHeader, MessageBoxButtons.OK, MessageBoxIcon.Error)
        End Try&lt;/PRE&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:15:18 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BUG-The-remote-server-returned-an-error-460-Restricted/m-p/265510#M15573</guid>
      <dc:creator>aashish9601</dc:creator>
      <dc:date>2019-05-29T09:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: BUG - The remote server returned an error: (460) Restricted.</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BUG-The-remote-server-returned-an-error-460-Restricted/m-p/265663#M15575</link>
      <description>Apologies for the trouble. This should be fixed now.</description>
      <pubDate>Mon, 19 Feb 2018 16:56:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/BUG-The-remote-server-returned-an-error-460-Restricted/m-p/265663#M15575</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-02-19T16:56:39Z</dc:date>
    </item>
  </channel>
</rss>

