How to instantiate a Box Nodejs SDK client with access to all files within an application

新規投稿

コメント

1件のコメント

  • jcleblanc

    Hi ,

     

    Yes, that's possible. Here are two methods that I would suggest looking into:

    1. Skills application: Take a look at the Skills documentation, as this system is built to do pretty much what you're implementing. When a new file is uploaded to a location that is enabled for the Skill application it'll send a notification to an endpoint you designate. In the notification payload are a read and write token to allow you to read in the file content for the OCR system, then write metadata back on the file. It may provide a more streamlined way for you to build what you're intending.
    2. Global content manager scope: There are a few scopes that are enabled by request, including GCM. This scope will give your service account / app access to every files / folder in the enterprise by default, which should give you what you're looking for. You'll need to request that GCM be enabled for your enterprise through a support ticket.

    Please let me know if you have any other questions. 

     

    Thanks,

    Jon

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

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