<?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 create a folder via PowerShell with Dropbox REST API? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-create-a-folder-via-PowerShell-with-Dropbox-REST-API/m-p/667504#M30197</link>
    <description>&lt;P&gt;It's not clear why it would be claiming a dependency loop on Dropbox.Api; &lt;A href="https://www.nuget.org/packages/Dropbox.Api" target="_blank"&gt;Dropbox.Api&lt;/A&gt; only depends on &lt;A href="https://www.nuget.org/packages/Newtonsoft.Json/" target="_blank"&gt;Newtonsoft.Json&lt;/A&gt; &lt;SPAN&gt;(&amp;gt;= 13.0.2), which does not depend on Dropbox.Api.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It looks like there's &lt;A href="https://stackoverflow.com/questions/58351619/install-package-dependency-loop-detected-for-package-microsoft-data-sqlite" target="_blank"&gt;some information on this issue here&lt;/A&gt;; otherwise you may want to reach out to Microsoft for support for the installer.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Mar 2023 16:01:35 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2023-03-13T16:01:35Z</dc:date>
    <item>
      <title>How to create a folder via PowerShell with Dropbox REST API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-create-a-folder-via-PowerShell-with-Dropbox-REST-API/m-p/666907#M30184</link>
      <description>&lt;P&gt;Good morning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been looking for a way to create a folder via PowerShell in Dropbox with REST API and I have not found a way to do it. I only found the forum &lt;A href="http://rest-examples.chilkat.io/dropbox/powershell/chilkat_291.cshtml" target="_blank" rel="noopener"&gt;http://rest-examples.chilkat.io/dropbox/powershell/chilkat_291.cshtml&lt;/A&gt;, but you need to buy a library. Can you help me to have an example using the Url &lt;A href="https://api.dropboxapi.com/2/files/create_folder_v2" target="_blank" rel="noopener"&gt;https://api.dropboxapi.com/2/files/create_folder_v2&lt;/A&gt; where you don't have to buy an additional library.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cordially,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Jairo Baleta.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 16:37:12 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-create-a-folder-via-PowerShell-with-Dropbox-REST-API/m-p/666907#M30184</guid>
      <dc:creator>jbaleta</dc:creator>
      <dc:date>2023-03-10T16:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a folder via PowerShell with Dropbox REST API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-create-a-folder-via-PowerShell-with-Dropbox-REST-API/m-p/666945#M30186</link>
      <description>&lt;P&gt;We offer official SDKs for accessing the Dropbox API for free: &lt;A href="https://www.dropbox.com/developers/documentation#sdks" target="_blank"&gt;https://www.dropbox.com/developers/documentation#sdks&lt;/A&gt; We recommend using one of those whenever possible. For example, there's an official .NET SDK: &lt;A href="https://github.com/dropbox/dropbox-sdk-dotnet" target="_blank"&gt;https://github.com/dropbox/dropbox-sdk-dotnet&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise, you can call the HTTPS endpoints for the Dropbox API directly, using whatever HTTPS client you want, such as something provided for free by your platform. For example, you can find the documentation for the /2/files/create_folder_v2 endpoint here: &lt;A href="https://www.dropbox.com/developers/documentation/http/documentation#files-create_folder" target="_blank"&gt;https://www.dropbox.com/developers/documentation/http/documentation#files-create_folder&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 16:35:40 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-create-a-folder-via-PowerShell-with-Dropbox-REST-API/m-p/666945#M30186</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-03-10T16:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a folder via PowerShell with Dropbox REST API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-create-a-folder-via-PowerShell-with-Dropbox-REST-API/m-p/666947#M30187</link>
      <description>&lt;P&gt;Many thanks Greg-DB for the answer.&lt;/P&gt;&lt;P&gt;When trying to install with the Install-Package command Dropbox.Api throws the following error:&lt;/P&gt;&lt;P&gt;PS C:\Windows\system32&amp;gt; Install-Package Dropbox.Api&lt;BR /&gt;Install-Package : Dependency loop detected for package 'Dropbox.Api'.&lt;BR /&gt;En línea: 1 Carácter: 1&lt;BR /&gt;+ Install-Package Dropbox.Api&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : Deadlock detected: (Dropbox.Api:String) [Install-Package], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : DependencyLoopDetected,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage&lt;/P&gt;&lt;P&gt;PS C:\Windows\system32&amp;gt; Install-Package Dropbox.Api -Force -Verbose&lt;BR /&gt;DETALLADO: Uso del proveedor 'Programs' para buscar paquetes.&lt;BR /&gt;DETALLADO: Uso del proveedor 'msu' para buscar paquetes.&lt;BR /&gt;DETALLADO: Uso del proveedor 'msi' para buscar paquetes.&lt;BR /&gt;DETALLADO: Uso del proveedor 'NuGet' para buscar paquetes.&lt;BR /&gt;DETALLADO: Uso del proveedor 'PowerShellGet' para buscar paquetes.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='Dropbox.Api" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='Dropbox.Api&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: The -Repository parameter was not specified. PowerShellGet will use all of the registered repositories.&lt;BR /&gt;DETALLADO: Getting the provider object for the PackageManagement Provider 'NuGet'.&lt;BR /&gt;DETALLADO: The specified Location is '&lt;A href="https://www.powershellgallery.com/api/v2" target="_blank"&gt;https://www.powershellgallery.com/api/v2&lt;/A&gt;' and PackageManagementProvider is 'NuGet'.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.powershellgallery.com/api/v2/FindPackagesById()?id='Dropbox.Api" target="_blank"&gt;https://www.powershellgallery.com/api/v2/FindPackagesById()?id='Dropbox.Api&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Total package yield:'1' for the specified package 'Dropbox.Api'.&lt;BR /&gt;DETALLADO: Total package yield:'0' for the specified package 'Dropbox.Api'.&lt;BR /&gt;DETALLADO: Se está realizando la operación "Instalar paquete" en el destino "Paquete 'Dropbox.Api' versión '6.37.0' de 'nugetRepository'.".&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='Dropbox.Api" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='Dropbox.Api&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='Newtonsoft.Json" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='Newtonsoft.Json&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.CSharp" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.CSharp&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='NETStandard.Library" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='NETStandard.Library&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.NETCore.Platforms" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.NETCore.Platforms&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime.InteropServices.RuntimeInformation" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime.InteropServices.RuntimeInformation&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Reflection" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Reflection&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.NETCore.Targets" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.NETCore.Targets&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.IO" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.IO&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.NETCore.Platforms" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.NETCore.Platforms&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.NETCore.Targets" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.NETCore.Targets&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Text.Encoding" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Text.Encoding&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Threading.Tasks" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Threading.Tasks&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Reflection.Primitives" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Reflection.Primitives&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Reflection.Extensions" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Reflection.Extensions&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Resources.ResourceManager" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Resources.ResourceManager&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Globalization" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Globalization&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Threading" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Threading&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.native.System" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.native.System&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime.InteropServices" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime.InteropServices&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime.Handles" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime.Handles&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Win32.Primitives" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.Win32.Primitives&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.AppContext" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.AppContext&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Collections" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Collections&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Console" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Console&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.NETCore.Targets" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.NETCore.Targets&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Globalization.Calendars" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Globalization.Calendars&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.IO.Compression" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.IO.Compression&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.native.System.IO.Compression" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.native.System.IO.Compression&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Buffers" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Buffers&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Diagnostics.Debug" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Diagnostics.Debug&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Diagnostics.Tracing" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Diagnostics.Tracing&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime.Extensions" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime.Extensions&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.IO.Compression.ZipFile" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.IO.Compression.ZipFile&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.IO.FileSystem" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.IO.FileSystem&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.IO.FileSystem.Primitives" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.IO.FileSystem.Primitives&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Net.Http" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Net.Http&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Security.Cryptography.X509Certificates" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Security.Cryptography.X509Certificates&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Security.Cryptography.Algorithms" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Security.Cryptography.Algorithms&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Security.Cryptography.Primitives" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Security.Cryptography.Primitives&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Security.Cryptography.Encoding" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Security.Cryptography.Encoding&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.fedora.27-x64.runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.fedora.28-x64.runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.opensuse.42.3-x64.runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.ubuntu.18.04-x64.runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Collections.Concurrent" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Collections.Concurrent&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Linq" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Linq&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.native.System.Security.Cryptography.Apple" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.native.System.Security.Cryptography.Apple&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.native.System.Security.Cryptography.OpenSsl" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='runtime.native.System.Security.Cryptography.OpenSsl&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime.Numerics" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime.Numerics&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Security.Cryptography.Cng" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Security.Cryptography.Cng&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Security.Cryptography.Algorithms" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Security.Cryptography.Algorithms&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.NETCore.Platforms" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='Microsoft.NETCore.Platforms&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Formats.Asn1" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Formats.Asn1&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Buffers" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Buffers&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Memory" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Memory&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime.CompilerServices.Unsafe" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Runtime.CompilerServices.Unsafe&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='System.Numerics.Vectors" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='System.Numerics.Vectors&lt;/A&gt;'' for ''.&lt;BR /&gt;DETALLADO: Searching repository '&lt;A href="https://www.nuget.org/api/v2/FindPackagesById()?id='NETStandard.Library" target="_blank"&gt;https://www.nuget.org/api/v2/FindPackagesById()?id='NETStandard.Library&lt;/A&gt;'' for ''.&lt;BR /&gt;Install-Package : Dependency loop detected for package 'Dropbox.Api'.&lt;BR /&gt;En línea: 1 Carácter: 1&lt;BR /&gt;+ Install-Package Dropbox.Api -Force -Verbose&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : Deadlock detected: (Dropbox.Api:String) [Install-Package], Exception&lt;BR /&gt;+ FullyQualifiedErrorId : DependencyLoopDetected,Microsoft.PowerShell.PackageManagement.Cmdlets.InstallPackage&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 16:44:52 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-create-a-folder-via-PowerShell-with-Dropbox-REST-API/m-p/666947#M30187</guid>
      <dc:creator>jbaleta</dc:creator>
      <dc:date>2023-03-10T16:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a folder via PowerShell with Dropbox REST API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-create-a-folder-via-PowerShell-with-Dropbox-REST-API/m-p/667504#M30197</link>
      <description>&lt;P&gt;It's not clear why it would be claiming a dependency loop on Dropbox.Api; &lt;A href="https://www.nuget.org/packages/Dropbox.Api" target="_blank"&gt;Dropbox.Api&lt;/A&gt; only depends on &lt;A href="https://www.nuget.org/packages/Newtonsoft.Json/" target="_blank"&gt;Newtonsoft.Json&lt;/A&gt; &lt;SPAN&gt;(&amp;gt;= 13.0.2), which does not depend on Dropbox.Api.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It looks like there's &lt;A href="https://stackoverflow.com/questions/58351619/install-package-dependency-loop-detected-for-package-microsoft-data-sqlite" target="_blank"&gt;some information on this issue here&lt;/A&gt;; otherwise you may want to reach out to Microsoft for support for the installer.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 16:01:35 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-create-a-folder-via-PowerShell-with-Dropbox-REST-API/m-p/667504#M30197</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2023-03-13T16:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a folder via PowerShell with Dropbox REST API?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-create-a-folder-via-PowerShell-with-Dropbox-REST-API/m-p/668633#M30264</link>
      <description>&lt;P&gt;Many thanks Greg-DB for the answer.&lt;/P&gt;&lt;P&gt;It worked for me using the command:&lt;/P&gt;&lt;P&gt;Install-Package Dropbox.Api -Destination ".\NugetPackages" -Force -Source '&lt;A href="https://www.nuget.org/api/v2" target="_blank"&gt;https://www.nuget.org/api/v2&lt;/A&gt;' -ProviderName NuGet -SkipDependencies -ErrorAction SilentlyContinue&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 17:04:24 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/How-to-create-a-folder-via-PowerShell-with-Dropbox-REST-API/m-p/668633#M30264</guid>
      <dc:creator>jbaleta</dc:creator>
      <dc:date>2023-03-16T17:04:24Z</dc:date>
    </item>
  </channel>
</rss>

