<?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 Betreff: Verzeichnis per Code erstellen in Eine Frage stellen</title>
    <link>https://www.dropboxforum.com/t5/Eine-Frage-stellen/Verzeichnis-per-Code-erstellen/m-p/729076#M16958</link>
    <description>&lt;P&gt;Ich befürchte, dass Sie hier im deutschen Forum nicht&amp;nbsp;allzu viele "Coding Gurus" finden (vielleicht Arya?).&lt;/P&gt;
&lt;P&gt;Wenn Sie rechts oben die Sprache auf "englisch" umschalten, gibt es dann links oben unter "Ask the Community" speziellere Foren:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ernstMreicher58_0-1699868732108.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/42004i16EE546085EAB046/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ernstMreicher58_0-1699868732108.png" alt="ernstMreicher58_0-1699868732108.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;UND v.a. unter "Do more with&amp;nbsp;Dropbox" spezielle API und Developer Foren:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ernstMreicher58_1-1699868839911.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/42005i7419536C055BAF99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ernstMreicher58_1-1699868839911.png" alt="ernstMreicher58_1-1699868839911.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Nov 2023 15:44:36 GMT</pubDate>
    <dc:creator>ernstMreicher58</dc:creator>
    <dc:date>2023-11-13T15:44:36Z</dc:date>
    <item>
      <title>Verzeichnis per Code erstellen</title>
      <link>https://www.dropboxforum.com/t5/Eine-Frage-stellen/Verzeichnis-per-Code-erstellen/m-p/728929#M16956</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Ich möchte aus einem c# Programm in Dropbox ein Verzeichnis erstellen. Wenn ich das von meinem Desktop-PC ausführe, funktioniert alles perfekt. Sobald ich das gleich Programm von meinem Laptop ausführe erhalte ich die Fehlermeldung:&lt;/P&gt;
&lt;P&gt;Dropbox.Api.BadInputException: "Error in call to API function "files/create_folder_v2": Your app is not permitted to access this endpoint because it does not have the required scope 'files.content.write'. The owner of the app can enable the scope for the app using the Permissions tab on the App Console."&lt;/P&gt;
&lt;P&gt;In der App-Console habe ich die File-Permissions auf Files-Metadata und Filed-Content auf Write gestellt. Der Permssion-Type ist Scoped-App.&lt;/P&gt;
&lt;P&gt;Mit folgenden Code erstelle ich ein Verzeichnis:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;            using (var dbx = new DropboxClient(accessToken))
            {
                string folderPath = destinationPath.Replace("\\", "/").ToLower();
                if (folderPath.EndsWith("/"))
                    folderPath = folderPath.Substring(0, folderPath.Length - 1);
                try
                {
                    var fldMetadata = await dbx.Files.CreateFolderV2Async(folderPath);
                    if (fldMetadata.Metadata.IsFolder)
                        retCode = fldMetadata.Metadata.Name;
                    else
                        retCode = "ERROR" + folderPath + " konnte in Dropbox nicht erstellt werden.";
                 }
             }&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wie bekomme ich das Problem in den Griff? Vielen Dank für jede Hilfe&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@0C3B10072F8545423328B7ECB727B5BD/emoticons/1f60d.png" alt=":smiling_face_with_heart_eyes:" title=":smiling_face_with_heart_eyes:" /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 13:59:11 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Eine-Frage-stellen/Verzeichnis-per-Code-erstellen/m-p/728929#M16956</guid>
      <dc:creator>notstrom</dc:creator>
      <dc:date>2023-11-15T13:59:11Z</dc:date>
    </item>
    <item>
      <title>Betreff: Verzeichnis per Code erstellen</title>
      <link>https://www.dropboxforum.com/t5/Eine-Frage-stellen/Verzeichnis-per-Code-erstellen/m-p/729076#M16958</link>
      <description>&lt;P&gt;Ich befürchte, dass Sie hier im deutschen Forum nicht&amp;nbsp;allzu viele "Coding Gurus" finden (vielleicht Arya?).&lt;/P&gt;
&lt;P&gt;Wenn Sie rechts oben die Sprache auf "englisch" umschalten, gibt es dann links oben unter "Ask the Community" speziellere Foren:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ernstMreicher58_0-1699868732108.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/42004i16EE546085EAB046/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ernstMreicher58_0-1699868732108.png" alt="ernstMreicher58_0-1699868732108.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;UND v.a. unter "Do more with&amp;nbsp;Dropbox" spezielle API und Developer Foren:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ernstMreicher58_1-1699868839911.png" style="width: 400px;"&gt;&lt;img src="https://www.dropboxforum.com/t5/image/serverpage/image-id/42005i7419536C055BAF99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ernstMreicher58_1-1699868839911.png" alt="ernstMreicher58_1-1699868839911.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 15:44:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Eine-Frage-stellen/Verzeichnis-per-Code-erstellen/m-p/729076#M16958</guid>
      <dc:creator>ernstMreicher58</dc:creator>
      <dc:date>2023-11-13T15:44:36Z</dc:date>
    </item>
    <item>
      <title>Betreff: Verzeichnis per Code erstellen</title>
      <link>https://www.dropboxforum.com/t5/Eine-Frage-stellen/Verzeichnis-per-Code-erstellen/m-p/729803#M16976</link>
      <description>&lt;P&gt;Hallo&amp;nbsp;&lt;a href="https://www.dropboxforum.com/t5/user/viewprofilepage/user-id/1736663"&gt;@notstrom&lt;/a&gt;,&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;vielen Dank für Ihren Beitrag in unserem Forum!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ich bin kein „Coding Guru“ &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@7A54984A056E4924CB3C56AE572ADDF2/emoticons/1f604.png" alt=":grinning_face_with_smiling_eyes:" title=":grinning_face_with_smiling_eyes:" /&gt;, aber es gibt diese beiden Artikel, die hilfreich sein könnten:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/developers/documentation/http/documentation" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developers.dropbox.com/dbx-file-access-guide" target="_blank"&gt;https://developers.dropbox.com/dbx-file-access-guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Aber wie Ernst bereits erwähnte: Wenn Sie im API-Forum-Bereich suchen, finden Sie möglicherweise Benutzer mit ähnlichen Problemen.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Hoffentlich helfen Ihnen diese Informationen weiter.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Beste Grüße&lt;BR /&gt;Arya&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 14:02:25 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Eine-Frage-stellen/Verzeichnis-per-Code-erstellen/m-p/729803#M16976</guid>
      <dc:creator>Arya</dc:creator>
      <dc:date>2023-11-15T14:02:25Z</dc:date>
    </item>
    <item>
      <title>Betreff: Verzeichnis per Code erstellen</title>
      <link>https://www.dropboxforum.com/t5/Eine-Frage-stellen/Verzeichnis-per-Code-erstellen/m-p/729960#M16979</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;vielen Dank für deine Antwort. Ich habe schon im englischen developer forum gepostet und Antworten gefunden. Der Trick ist ganz einfach: Am neuen Geräte einfach das alte Access Token übernehmen und dann funktioniert auch dort eine spätere Token-Beschaffung.&lt;/P&gt;&lt;P&gt;Beste Grüße&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 20:42:58 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Eine-Frage-stellen/Verzeichnis-per-Code-erstellen/m-p/729960#M16979</guid>
      <dc:creator>notstrom</dc:creator>
      <dc:date>2023-11-15T20:42:58Z</dc:date>
    </item>
  </channel>
</rss>

