<?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: Unexpected response code 400 in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/267795#M15754</link>
    <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/632535"&gt;@Asakela&lt;/a&gt;&amp;nbsp;This is something the developer of the third party app would need to help with. I&amp;nbsp;recommend you contact them for assistance.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Mar 2018 16:00:31 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2018-03-07T16:00:31Z</dc:date>
    <item>
      <title>Unexpected response code 400</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/249457#M14326</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had been able to successfully connect to dropbox using dropbox api. I am using the bundle&amp;nbsp;dropbox-core-sdk 1.7.6 from maven repository.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But since recently I am getting the below error from the same code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Caused by: com.dropbox.core.DbxException$BadResponse: unexpected response code: 400&lt;BR /&gt;at com.dropbox.core.DbxClient$4.handle(DbxClient.java:274)&lt;BR /&gt;at com.dropbox.core.DbxClient$4.handle(DbxClient.java:270)&lt;BR /&gt;at com.dropbox.core.DbxRequestUtil.doGet(DbxRequestUtil.java:265)&lt;BR /&gt;at com.dropbox.core.DbxClient.doGet(DbxClient.java:1912)&lt;BR /&gt;at com.dropbox.core.DbxClient.getAccountInfo(DbxClient.java:270)&lt;BR /&gt;at org.apache.camel.dropbox.utils.DropboxApp.connect(DropboxApp.java:42)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what could be going wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the code:&lt;/P&gt;&lt;PRE&gt;final DropboxAppConfiguration appConfig = new DropboxAppConfiguration(appKey, appSecret,
                accessToken, host, port);
        final DropboxApp app = DropboxApp.create(appConfig);
        try {
            client = app.connect();
            logger.debug("Client connected: " + client.getAccountInfo().displayName);
        } catch (final FileNotFoundException e) {
            throw new IllegalArgumentException(e);
        } catch (final IOException e) {
            throw new IllegalArgumentException(e);
        } catch (final DbxException e) {
            throw new IllegalArgumentException(e);
        }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ksprasad&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:17:51 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/249457#M14326</guid>
      <dc:creator>ksprasad</dc:creator>
      <dc:date>2019-05-29T09:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected response code 400</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/249545#M14333</link>
      <description>&lt;P&gt;The Dropbox Java SDK you're using (v1.7.6) is old and is using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://blogs.dropbox.com/developers/2016/06/api-v1-deprecated/" rel="nofollow noreferrer" target="_blank"&gt;the now retired API v1&lt;/A&gt;. Calling API v1 will return a 400 error since it is now disabled.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should instead use the latest version of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/dropbox/dropbox-sdk-java" rel="nofollow noreferrer" target="_blank"&gt;the Dropbox Java SDK&lt;/A&gt;&amp;nbsp;(currently v3.0.5), which uses API v2.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 13:37:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/249545#M14333</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2017-10-26T13:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected response code 400</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/249698#M14353</link>
      <description>&lt;P&gt;Thank you for the clarification.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 05:47:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/249698#M14353</guid>
      <dc:creator>ksprasad</dc:creator>
      <dc:date>2017-10-27T05:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected response code 400</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/267737#M15750</link>
      <description>I AM not a developer - I am but a humble user. The answer doesn’t give me any clues about remedies to my problem. What can I do to make my connection work again?</description>
      <pubDate>Wed, 07 Mar 2018 11:34:08 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/267737#M15750</guid>
      <dc:creator>Asakela</dc:creator>
      <dc:date>2018-03-07T11:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected response code 400</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/267795#M15754</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/632535"&gt;@Asakela&lt;/a&gt;&amp;nbsp;This is something the developer of the third party app would need to help with. I&amp;nbsp;recommend you contact them for assistance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 16:00:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/267795#M15754</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-03-07T16:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected response code 400</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/286298#M17563</link>
      <description>&lt;P&gt;Hola,&lt;/P&gt;&lt;P&gt;Yo engo el mismo problema, pero creo estar usando la versión más reciente de la api java de dropbox:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 292px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/4218i59A10EFD8EE4E345/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura.PNG" alt="Captura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;El código que estoy usando es:&lt;/P&gt;&lt;PRE&gt;package dropbox;

// Include the Dropbox SDK.
import com.dropbox.core.*;
import com.fasterxml.jackson.core.*;
import java.io.*;
import java.util.Locale;

    
public class Main {

    public static void main(String[] args) throws IOException, DbxException{
        
        // 1) Provide app key and secret to the new DbxWebAuthNoRedirect object.
        final String APP_KEY = "asdf";
        final String APP_SECRET = "asdf";
        
        DbxAppInfo appInfo = new DbxAppInfo(APP_KEY, APP_SECRET);
        
        DbxRequestConfig config = new DbxRequestConfig(
            "JavaTutorial/1.0", Locale.getDefault().toString());
        
        DbxWebAuthNoRedirect webAuth = new DbxWebAuthNoRedirect(config, appInfo);
        
        // 2) start the OAuth flow
        String authorizeUrl = webAuth.start();
        // Have the user sign in and authorize your app.
        System.out.println("1. Go to: " + authorizeUrl);
        System.out.println("2. Click \"Allow\" (you might have to log in first)");
        System.out.println("3. Copy the authorization code.");
        String code = new BufferedReader(new InputStreamReader(System.in)).readLine().trim();        
        
        DbxAuthFinish authFinish = webAuth.finish(code);
        String accessToken = authFinish.accessToken;

        DbxClient client = new DbxClient(config, accessToken);
        System.out.println("Linked account: " + client.getAccountInfo().email);        
        
    }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Y obtengo el siguiente error:&lt;/P&gt;&lt;PRE&gt;Exception in thread "main" com.dropbox.core.DbxException$BadResponse: unexpected response code: 400
	at com.dropbox.core.DbxClient$4.handle(DbxClient.java:350)
	at com.dropbox.core.DbxClient$4.handle(DbxClient.java:346)
	at com.dropbox.core.DbxRequestUtil.doGet(DbxRequestUtil.java:242)
	at com.dropbox.core.DbxClient.doGet(DbxClient.java:2167)
	at com.dropbox.core.DbxClient.getAccountInfo(DbxClient.java:346)
	at dropbox.Main.main(Main.java:49)
C:\Users\tnogales\AppData\Local\NetBeans\Cache\8.2\executor-snippets\run.xml:53: Java returned: 1
BUILD FAILED (total time: 2 seconds)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Me estoy rompiendo la cabeza y no encuentro la solución &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@B0F70D28791EB05FA3EA0C3BDDF08EE3/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Jul 2018 16:47:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/286298#M17563</guid>
      <dc:creator>Tanny</dc:creator>
      <dc:date>2018-07-25T16:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected response code 400</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/286653#M17589</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/746922"&gt;@Tanny&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;De acuerdo con su captura de pantalla, también está usando una versión anterior del SDK (1.8.2). &lt;A href="https://github.com/dropbox/dropbox-sdk-java#setup" target="_blank"&gt;Actualice a la última versión&lt;/A&gt; (actualmente 3.0.8).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Como referencia, el reemplazo de getAccountInfo es &lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/users/DbxUserUsersRequests.html#getCurrentAccount--" target="_self"&gt;getCurrentAccount&lt;/A&gt;.&lt;BR /&gt;---&lt;/P&gt;
&lt;P&gt;Disculpe nuestras traducciones Nuestras traducciones fueron creadas usando un traductor en línea. Nos gustaría apoyar todos los idiomas, pero actualmente no estamos equipados para hacerlo. Aquí está la versión en inglés:&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;Please excuse our translations. Our translations were created using an online translator. We'd like to support every language, but we're not currently equipped to do so. Here is the English version:&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;According to your screenshot, you are also using an old version of the SDK (1.8.2). Please &lt;A href="https://github.com/dropbox/dropbox-sdk-java#setup" target="_blank"&gt;update&lt;/A&gt; to the latest version (currently 3.0.8).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For reference, the replacement for&amp;nbsp;getAccountInfo is&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/users/DbxUserUsersRequests.html#getCurrentAccount--" target="_blank"&gt;getCurrentAccount&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 14:48:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/286653#M17589</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-07-27T14:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected response code 400</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/287724#M17593</link>
      <description>&lt;P&gt;Thank you!!! I did it and it worked !!!, but now I am getting other problem:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;------------------------------------------------------------------------
Building dropbox 1.0-SNAPSHOT
------------------------------------------------------------------------

--- exec-maven-plugin:1.2.1:exec (default-cli) @ dropbox ---
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Tanny Nogales&lt;/STRONG&gt;&lt;/FONT&gt;
Exception in thread "main" com.dropbox.core.v2.files.ListFolderErrorException: Exception in 2/files/list_folder: {".tag":"path","path":"not_found"}
	at com.dropbox.core.v2.files.DbxUserFilesRequests.listFolder(DbxUserFilesRequests.java:1621)
	at com.dropbox.core.v2.files.DbxUserFilesRequests.listFolder(DbxUserFilesRequests.java:1662)
	at com.neges.dropbox.Main.main(Main.java:35)
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 3.336s
Finished at: Thu Jul 26 10:47:09 NDT 2018
Final Memory: 5M/123M
------------------------------------------------------------------------
Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project dropbox: Command execution failed. Process exited with an error: 1 (Exit value: 1) -&amp;gt; [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException&lt;/PRE&gt;
&lt;P&gt;If you see, I am correctly getting the username "tanny nogales", but I can't retrieve the files in the folder "neges" &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@B0F70D28791EB05FA3EA0C3BDDF08EE3/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/P&gt;
&lt;P&gt;My code is the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;package com.neges.dropbox;

import com.dropbox.core.DbxException;
import com.dropbox.core.DbxRequestConfig;
import com.dropbox.core.v2.DbxClientV2;
import com.dropbox.core.v2.files.FileMetadata;
import com.dropbox.core.v2.files.ListFolderResult;
import com.dropbox.core.v2.files.Metadata;
import com.dropbox.core.v2.users.FullAccount;

import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.InputStream;
import java.io.IOException;

public class Main {
    private static final String ACCESS_TOKEN = "ASDFG";

    public static void main(String args[]) throws DbxException, FileNotFoundException, IOException {
        
        // Create Dropbox client
        DbxRequestConfig config = DbxRequestConfig.newBuilder("dropbox/java-tutorial").build();
        DbxClientV2 client = new DbxClientV2(config, ACCESS_TOKEN);
        
        // Get current account info
        FullAccount account = client.users().getCurrentAccount();
        System.out.println(account.getName().getDisplayName());
        
        // Get files and folder metadata from Dropbox root directory
        ListFolderResult result = client.files().listFolder("/neges");
        while (true) {
            for (Metadata metadata : result.getEntries()) {
                System.out.println("Archivo: " + metadata.getPathLower());
            }

            if (!result.getHasMore()) {
                break;
            }

            result = client.files().listFolderContinue(result.getCursor());
            
        }
        
    }
}&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Jul 2018 00:36:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/287724#M17593</guid>
      <dc:creator>Tanny</dc:creator>
      <dc:date>2018-07-30T00:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected response code 400</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/287847#M17603</link>
      <description>&lt;P&gt;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/746922"&gt;@Tanny&lt;/a&gt;&amp;nbsp;&lt;A href="https://dropbox.github.io/dropbox-sdk-java/api-docs/v3.0.x/com/dropbox/core/v2/files/LookupError.html#NOT_FOUND" target="_blank"&gt;This 'path/not_found' error&lt;/A&gt; just means there is currently nothing at the specified path ("/neges" in your code) in the linked account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A good way to check what is currently in the account is by listing the root, by using the path "" (an empty string).&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 15:36:16 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/287847#M17603</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-07-30T15:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected response code 400</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/288630#M17670</link>
      <description>&lt;P&gt;thank you a lot for the help!!&lt;BR /&gt;&lt;BR /&gt;I did change de code line that you indicate me, but I does not retrieve the files:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ListFolderResult result = client.files().listFolder("");&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;This is the output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;cd D:\Mis Documentos\Documents\NetBeansProjects\mavenproject1\dropbox; "JAVA_HOME=C:\\Program Files\\Java\\jdk1.8.0_181" cmd /c "\"\"C:\\Program Files\\NetBeans 8.2\\java\\maven\\bin\\mvn.bat\" -Dexec.args=\"-classpath %classpath com.neges.dropbox.Main\" -Dexec.executable=\"C:\\Program Files\\Java\\jdk1.8.0_181\\bin\\java.exe\" -Dmaven.ext.class.path=\"C:\\Program Files\\NetBeans 8.2\\java\\maven-nblib\\netbeans-eventspy.jar\" -Dfile.encoding=UTF-8 org.codehaus.mojo:exec-maven-plugin:1.2.1:exec\""
Running NetBeans Compile On Save execution. Phase execution is skipped and output directories of dependency projects (with Compile on Save turned on) will be used instead of their jar artifacts.
Scanning for projects...
                                                                        
------------------------------------------------------------------------
Building dropbox 1.0-SNAPSHOT
------------------------------------------------------------------------

--- exec-maven-plugin:1.2.1:exec (default-cli) @ dropbox ---
&lt;STRONG&gt;Tanny Nogales&lt;/STRONG&gt;
------------------------------------------------------------------------
BUILD SUCCESS
------------------------------------------------------------------------
Total time: 8.381s
Finished at: Thu Aug 02 15:54:38 GMT-04:00 2018
Final Memory: 5M/123M
------------------------------------------------------------------------&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My folder have the following files and subfolders:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 582px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/5121i278E9FCDEE4CFE8C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura.PNG" alt="Captura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And this is my app configuration:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura2.PNG" style="width: 853px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/5122iBD1CA14782F9AF0E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura2.PNG" alt="Captura2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please your help !! &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;
&lt;DIV id="hit_a_link_blinkextension_container_mg_mouse_gestures" style="display: none; position: absolute; left: 0px; top: 0px; width: 0px; height: 0px; z-index: 2147483647; background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="blinkextension_snap_links_box_mg_mouse_gestures" style="background-color: rgba(250, 128, 0, 0.07); border: 3px dashed blue; box-sizing: border-box; position: absolute; z-index: 2147483647; display: none; left: 149px; top: 446px;"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="hit_a_link_blinkextension_container_mg_mouse_gestures" style="display: none; position: absolute; left: 0px; top: 0px; width: 0px; height: 0px; z-index: 2147483647; background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 02 Aug 2018 20:07:00 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/288630#M17670</guid>
      <dc:creator>Tanny</dc:creator>
      <dc:date>2018-08-02T20:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected response code 400</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/288635#M17671</link>
      <description>In the screenshot of the web site, I see you're looking at a folder at "/neges". It sounds like that's probably just a folder you created manually.&lt;BR /&gt;&lt;BR /&gt;For an app with the "app folder" permission, like the app you have registered, per your second screenshot, Dropbox automatically makes the special app folder for you. By default that's located at "/Apps/&amp;lt;app folder name&amp;gt;", for the English localization, or a corresponding translation for other localizations, e.g. "Aplicaciones" for Spanish.&lt;BR /&gt;&lt;BR /&gt;So, please check in your account at "/Aplicaciones/neges" for the actual app folder and put whatever files you want there. (It's empty by default.)</description>
      <pubDate>Thu, 02 Aug 2018 20:38:19 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/288635#M17671</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2018-08-02T20:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unexpected response code 400</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/288638#M17672</link>
      <description>You are the best !!!!! It finally works!!</description>
      <pubDate>Thu, 02 Aug 2018 20:56:31 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Unexpected-response-code-400/m-p/288638#M17672</guid>
      <dc:creator>Tanny</dc:creator>
      <dc:date>2018-08-02T20:56:31Z</dc:date>
    </item>
  </channel>
</rss>

