<?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 to get Responce_type in client side? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-get-Responce-type-in-client-side/m-p/264973#M15524</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks for your reply but opening in new pop up will load&amp;nbsp; the same page in current pop up not in the parent pop up box.&lt;/P&gt;&lt;P&gt;saveing data in local storage could be headche as form data may be too much.&lt;/P&gt;&lt;P&gt;is there ia any other solution?&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2018 17:04:02 GMT</pubDate>
    <dc:creator>Ashish1</dc:creator>
    <dc:date>2018-02-14T17:04:02Z</dc:date>
    <item>
      <title>how to get Responce_type in client side?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-get-Responce-type-in-client-side/m-p/264945#M15519</link>
      <description>&lt;P&gt;Hi&amp;nbsp; Team&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks in advance .i am working on mvc application and got some requirtment to attach&amp;nbsp; &amp;nbsp;a file from drop box.i m useing drop box api where i need to redirect page&amp;nbsp; to&amp;nbsp;&amp;nbsp;"&lt;STRONG&gt;&lt;A href="https://www.dropbox.com/oauth2/authorize" target="_blank"&gt;https://www.dropbox.com/oauth2/authorize&lt;/A&gt;? client_id=___&amp;amp;redirect_uri=__/Auth&amp;amp;response_type=code&lt;/STRONG&gt;"&amp;nbsp; to this url for authorization&amp;nbsp; and as retrun i get a code in the&amp;nbsp;&lt;SPAN&gt;redirect_uri &lt;/SPAN&gt;&amp;nbsp; to get acess token.but while calling this&amp;nbsp;url&amp;nbsp;&lt;STRONG&gt;my page get refresh and i loose my form value&amp;nbsp;&lt;/STRONG&gt; as it redirect me to login page of dropbox.&lt;/P&gt;&lt;P&gt;is there is any solution&amp;nbsp; to handle this type of situation or can we get acess code from client side without refreshing the url?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:15:23 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-get-Responce-type-in-client-side/m-p/264945#M15519</guid>
      <dc:creator>Ashish1</dc:creator>
      <dc:date>2019-05-29T09:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to get Responce_type in client side?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-get-Responce-type-in-client-side/m-p/264964#M15523</link>
      <description>You do need to send the user to the /oauth2/authorize page for them to authorize your app, so you can't get an authorization code directly on your own page.&lt;BR /&gt;&lt;BR /&gt;Instead though, you could look into either:&lt;BR /&gt;&lt;BR /&gt;1) sending them there in a pop-up or new tab/window, so that they don't lose the contents of your page&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;2) saving the relevant page state somewhere, such as in local storage or a cookie, or by sending it through the Dropbox OAuth app authorization flow in the 'state' parameter, as documented here: &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#oauth2-authorize&lt;/A&gt;</description>
      <pubDate>Wed, 14 Feb 2018 16:35:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-get-Responce-type-in-client-side/m-p/264964#M15523</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-02-14T16:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to get Responce_type in client side?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-get-Responce-type-in-client-side/m-p/264973#M15524</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks for your reply but opening in new pop up will load&amp;nbsp; the same page in current pop up not in the parent pop up box.&lt;/P&gt;&lt;P&gt;saveing data in local storage could be headche as form data may be too much.&lt;/P&gt;&lt;P&gt;is there ia any other solution?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 17:04:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-get-Responce-type-in-client-side/m-p/264973#M15524</guid>
      <dc:creator>Ashish1</dc:creator>
      <dc:date>2018-02-14T17:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to get Responce_type in client side?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-get-Responce-type-in-client-side/m-p/264974#M15525</link>
      <description>I listed everything that came to mind in my last post. I recommend using the "state" parameter on /oauth2/authorize.</description>
      <pubDate>Wed, 14 Feb 2018 17:16:28 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-get-Responce-type-in-client-side/m-p/264974#M15525</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-02-14T17:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to get Responce_type in client side?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-get-Responce-type-in-client-side/m-p/264976#M15526</link>
      <description>&lt;P&gt;ok&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/10"&gt;@Greg-DB&lt;/a&gt;wrote:&lt;BR /&gt;I listed everything that came to mind in my last post. I recommend using the "state" parameter on /oauth2/authorize.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;.Thanks&amp;nbsp; &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@FBF7D2AB59A0D6E861EBF6A36F93B7E2/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 17:27:02 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/how-to-get-Responce-type-in-client-side/m-p/264976#M15526</guid>
      <dc:creator>Ashish1</dc:creator>
      <dc:date>2018-02-14T17:27:02Z</dc:date>
    </item>
  </channel>
</rss>

