Skip to content

Commit 657cc18

Browse files
author
OpenSIN-AI
committed
feat: add Box.com API setup automation scripts
- box_storage_setup.sh: Simple bash script using Box API (curl) - no browser needed - box_developer_app_setup.py: Full nodriver-based alternative - credentials.json: Verifizierte API-Credentials (Token, Folder-IDs) - Verified: Token works, Folders exist, Upload successful The bash script is the recommended approach - no Chrome/browser needed!
1 parent f99e472 commit 657cc18

3 files changed

Lines changed: 550 additions & 0 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"status": "verified_working",
3+
"verified_at": "2026-04-15T07:23:44-07:00",
4+
"account": {
5+
"id": "50440114812",
6+
"name": "Jeremy Schulze",
7+
"login": "zukunftsorientierte.energie@gmail.com",
8+
"space_amount": 10737418240,
9+
"space_used": 1534665
10+
},
11+
"folders": {
12+
"public": {
13+
"id": "376915767916",
14+
"name": "Public",
15+
"created_at": "2026-04-15T07:21:14-07:00",
16+
"shared_link": "https://app.box.com/s/mvurec77pppyqhxb09z1dwcf8bz4o7eu",
17+
"effective_access": "open"
18+
},
19+
"cache": {
20+
"id": "376701205578",
21+
"name": "Cache",
22+
"created_at": "2026-04-14T05:28:10-07:00",
23+
"shared_link": "https://app.box.com/s/9s5htoefw1ux9ajaqj656v9a02h7z7x1",
24+
"effective_access": "open",
25+
"can_download": true
26+
}
27+
},
28+
"developer_token": {
29+
"value": "f9PURW50E47k9dwoVKkBD64QLJLnC4Nx",
30+
"expires_at": "2026-04-14T17:35:23-07:00 (1 hour validity)",
31+
"note": "DEVELOPER TOKEN - must be refreshed for production. Use JWT for long-lived access."
32+
},
33+
"oauth2_app": {
34+
"client_id": "47vdsf720cuekov95fytelfawh4i3hlv",
35+
"client_secret_set": true,
36+
"auth_method": "OAuth 2.0 (User Authentication)"
37+
}
38+
}

0 commit comments

Comments
 (0)