<?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: Mover archivos masivo MoveBatchV2Async RelocationBatchV2Launch in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mover-archivos-masivo-MoveBatchV2Async-RelocationBatchV2Launch/m-p/361443#M20581</link>
    <description>&lt;P&gt;¡Perdón por el retraso! Parece que su hilo se movió recientemente a la sección API. Para referencia futura, asegúrese de publicar cualquier pregunta sobre la API en la sección API.&lt;/P&gt;
&lt;P&gt;De todos modos, independientemente de la cantidad de artículos que tenga por lote, deberá esperar a que termine cada trabajo antes de comenzar el siguiente. Si intenta ejecutar varios trabajos al mismo tiempo, se ejecutará para "bloquear la contención".&lt;/P&gt;
&lt;P&gt;Entonces, si necesita mover muchos artículos, debe comenzar un lote con tantos como pueda enviar con éxito, y luego esperar a que termine ese trabajo, según lo informado por MoveBatchCheckV2Async, y solo entonces comenzar el siguiente trabajo con el siguiente lote, y así.&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;Por favor disculpe nuestras traducciones. Nuestras traducciones fueron creadas usando un traductor en línea. Nos gustaría admitir 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;---&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies for the delay! It looks like your thread was only recently moved to the API section. For future reference, be sure to post any questions regarding the API to the API section.&lt;/P&gt;
&lt;P&gt;Anyway, regardless of how many items you have per batch, you'll need to wait for each job to finish before you starting the next one. If you try to run multiple jobs at the same time, you'll run in to "lock contention".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, if you need to move many items, you should start one batch with as many as you can send successfully, and then wait for that job to finish, as reported by&amp;nbsp;MoveBatchCheckV2Async, and only then start the next job with the next batch, and so on.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2019 20:32:01 GMT</pubDate>
    <dc:creator>Greg-DB</dc:creator>
    <dc:date>2019-08-22T20:32:01Z</dc:date>
    <item>
      <title>Mover archivos masivo MoveBatchV2Async RelocationBatchV2Launch</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mover-archivos-masivo-MoveBatchV2Async-RelocationBatchV2Launch/m-p/358789#M20573</link>
      <description>&lt;P&gt;Hola:&lt;/P&gt;
&lt;P&gt;Estoy usando la funcion MoveBatchV2Async, y tiene un limite de 25 movimientos de archivos.&lt;/P&gt;
&lt;P&gt;En mi proceso necesito hacer el movimiento de hasta 100 archivos, entonces tengo que hacer 4 peticiones al api para mover 4 bloques de 25 archivos, pero por alguna razon no funciona, es como si la segunda peticion de movimiento cancelara la primera, y la tercera cancelara la segunda etc ...&lt;/P&gt;
&lt;P&gt;La respuesta de MoveBatch es un RelocationBatchV2Launch y contiene un codigo para obtener el estado del job-async que se crea cuando llamo la funcion de MoveBatch ...&lt;/P&gt;
&lt;P&gt;¿Tengo que esperar a que el primer job asyn finalice para poder enviar otra peticion de movimiento de 25 archivos?&lt;/P&gt;
&lt;P&gt;¿cual es la mejor forma de mover más de 50 archivos en un proceso?&lt;/P&gt;
&lt;P&gt;Gracias&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 10:38:21 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mover-archivos-masivo-MoveBatchV2Async-RelocationBatchV2Launch/m-p/358789#M20573</guid>
      <dc:creator>jorge_ricardopc</dc:creator>
      <dc:date>2019-09-10T10:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mover archivos masivo MoveBatchV2Async RelocationBatchV2Launch</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mover-archivos-masivo-MoveBatchV2Async-RelocationBatchV2Launch/m-p/358959#M20574</link>
      <description>&lt;P&gt;Por ahorita solo me ha funcionado seccionar los archivos que quiero mover.&lt;/P&gt;&lt;P&gt;Con el codigo que contiene&amp;nbsp;&lt;SPAN&gt;RelocationBatchV2Launch&amp;nbsp; puede obtener el estado del job de dropbox que esta moviendo los archivos:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MoveBatchCheckV2Async me responde el estado y con eso puedo saber cuando hacer la segunda peticion de movimiento.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 16:30:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mover-archivos-masivo-MoveBatchV2Async-RelocationBatchV2Launch/m-p/358959#M20574</guid>
      <dc:creator>jorge_ricardopc</dc:creator>
      <dc:date>2019-08-06T16:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mover archivos masivo MoveBatchV2Async RelocationBatchV2Launch</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mover-archivos-masivo-MoveBatchV2Async-RelocationBatchV2Launch/m-p/361443#M20581</link>
      <description>&lt;P&gt;¡Perdón por el retraso! Parece que su hilo se movió recientemente a la sección API. Para referencia futura, asegúrese de publicar cualquier pregunta sobre la API en la sección API.&lt;/P&gt;
&lt;P&gt;De todos modos, independientemente de la cantidad de artículos que tenga por lote, deberá esperar a que termine cada trabajo antes de comenzar el siguiente. Si intenta ejecutar varios trabajos al mismo tiempo, se ejecutará para "bloquear la contención".&lt;/P&gt;
&lt;P&gt;Entonces, si necesita mover muchos artículos, debe comenzar un lote con tantos como pueda enviar con éxito, y luego esperar a que termine ese trabajo, según lo informado por MoveBatchCheckV2Async, y solo entonces comenzar el siguiente trabajo con el siguiente lote, y así.&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;Por favor disculpe nuestras traducciones. Nuestras traducciones fueron creadas usando un traductor en línea. Nos gustaría admitir 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;---&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies for the delay! It looks like your thread was only recently moved to the API section. For future reference, be sure to post any questions regarding the API to the API section.&lt;/P&gt;
&lt;P&gt;Anyway, regardless of how many items you have per batch, you'll need to wait for each job to finish before you starting the next one. If you try to run multiple jobs at the same time, you'll run in to "lock contention".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, if you need to move many items, you should start one batch with as many as you can send successfully, and then wait for that job to finish, as reported by&amp;nbsp;MoveBatchCheckV2Async, and only then start the next job with the next batch, and so on.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 20:32:01 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Mover-archivos-masivo-MoveBatchV2Async-RelocationBatchV2Launch/m-p/361443#M20581</guid>
      <dc:creator>Greg-DB</dc:creator>
      <dc:date>2019-08-22T20:32:01Z</dc:date>
    </item>
  </channel>
</rss>

