https://github.com/1drop/assetsource-box
Neos Asset source box.com
https://github.com/1drop/assetsource-box
neos-plugin neoscms
Last synced: 5 months ago
JSON representation
Neos Asset source box.com
- Host: GitHub
- URL: https://github.com/1drop/assetsource-box
- Owner: 1drop
- Created: 2019-02-28T15:43:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T15:44:53.000Z (over 7 years ago)
- Last Synced: 2025-11-27T16:19:14.904Z (7 months ago)
- Topics: neos-plugin, neoscms
- Language: PHP
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neos Asset source box.com
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:
```yaml
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
```