新しいBoxサポートサイトへようこそ。 変更点の詳細はこちらをご確認ください .

Box Powershell - Move Folder timeout

新規投稿

コメント

3件のコメント

  • bdudley

    Bump?

     

    Anyone else experience timeouts when trying to move a root folder that contains a lot of data?

    0
    コメントアクション パーマリンク
  • bibek_k

    1 thing: can you verify that even the timeout occured, the contents got transferred or not?

    Another thing is you can add timeout in the command and try again. 

     

    Invoke-RestMethod -Uri "whatever" -TimeoutSec 240

    Well, you may not be able to guess how long it would take but usually it doesn't take more than 5 mins even if contents are huge. Internally box is only updating the owner emails -  not exactly transferring the whole content. 

     

    thanks,

    Bibek

     

     
    0
    コメントアクション パーマリンク
  • bdudley

    Thanks for the reply... I did verify that all files are being transferred.

     

    I also tried adding a timeout to the invoke-webrequest command it didn't seem to help. Further looking at that timeout parameter... it's related to resolving the hostname and not the webrequest itself... 


    It seems that this is definitely just an issue with Powershell and not the API. I'll keep digging to see what I can find.

     

    0
    コメントアクション パーマリンク

サインインしてコメントを残してください。