onedrop / assetsource-box
Neos asset source box.com
Package info
github.com/1drop/assetsource-box
Type:neos-package
pkg:composer/onedrop/assetsource-box
1.0.0
2019-02-28 15:43 UTC
Requires
- ext-json: *
- ext-openssl: *
- firebase/php-jwt: ^5.0
- neos/neos: ^4.0
This package is auto-updated.
Last update: 2026-03-01 00:12:46 UTC
README
Register an OAuth2 client application in the box.com developer portal.
Specify this as redirect uri:
https://mysite.com/neos/assetsource/box/authenticate/receivetoken
Or if you develop locally, you can use a dev token which is 60 minutes valid and doesn't require a valid OAuth2 redirect.
Fill in the credentials you just gained like this:
Neos: Media: assetSources: box_com: assetSource: 'Onedrop\AssetSource\Box\AssetSource\BoxAssetSource' assetSourceOptions: label: Box.com folder: folder id authenticationUrl: https://api.box.com/oauth2/token clientId: the client id clientSecret: the client seecret enterpriseID: 0 devToken: dev token useDevToken: false