FranklinPOC
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
Activity overview
Latest activity by FranklinPOC-
FranklinPOC commented,
What if I don't have access to my domain (so I can't verify it). this wasn't a criteria in the past.
-
FranklinPOC commented,
I read somewhere that CORS error can occur because, your access token doesn't allow uploading to that folder, the folder Id doesn't have the permission for the token to upload, or the http payload ...
-
FranklinPOC commented,
This is very helpful!!
-
FranklinPOC commented,
Great support from Box crew. SOLUTION: The CSS is a must to define the size of the Preview container; or else it defaults to size 0 (zero) hence the body of file is not displaying. .container { ...
-
FranklinPOC created a post,
Content Preview UI Element doesn't display file content in ReactJS created with create-react-app
AnsweredI create a reactjs project with npx create-react-app my-app. I've install the necessary packages and dependencies: npx create-react-app my-app navigate to my-app folder npm install box-ui-elem...
-
FranklinPOC commented,
How do you updated custom metadata? I added a few custom metadata key-value pairs and now from the API https://api.box.com/2.0/files/file_id/metadata/scope/template , how do I make updates? I don...