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

Downloading files from Box

新規投稿

コメント

1件のコメント

  • Priyajeet

    There is the download API https://developer.box.com/reference#download-a-file and then there is the shared link API https://developer.box.com/reference#get-shared-link. You will have to build around that, depending upon if you want to share the original file or box shared version of it. Say your CSV files were in one box folder, then you could get a shared link to it using the API and send off that shared link via email to your vendor. If your CSV files are spread out in different folders, but have some pattern in the name, you could use the search API, which will return results that you can filter on. Then either copy them to a temporary folder using the copy API or loop on them individually and get shared link for each and then email that.

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

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