Applications to migrate O365 DL's into Box Groups
Has anyone developed or know of a utility to take wither dynamic or static Outlook DL's and import into Box Groups?
-
,
The Box Platform APIs have these facilities in place. Here are some information links:
- JWT app: you would have an application to make all of the API calls.
- Groups: You would programmatically set up a group that add in a number of users. These might be existing Box users or app users that the JWT application creates.
- Simple and chunked uploads: Depending on file size, one of these will allow you to upload into Box. You can either stored the file in one of the user accounts and share it with the group, or you can store it centrally in the JWT application service account.
- Jon
サインインしてコメントを残してください。
コメント
1件のコメント