Azure Function - Downloading a Box File - The system cannot find the file specified

新規投稿

コメント

1件のコメント

  • Phil Warwick

    Just a quick update on the above. I think this has been resolved by getting the temporary folder location appended to the file name in the FileOutputStrem.

    So the code now looks like:

    FileOutputStream stream = new FileOutputStream(System.getProperty("java.io.tmpdir")+info.getName());
     
     
    0
    コメントアクション パーマリンク

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