Christina Liang
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Christina Liang-
Christina Liang created a post,
Web app integration popup change popup window size
For the webapp integration popup type we can have a popup window with our rendered html/js, and I can run window.resize() function to resize the window. But unfortunately the popup first shows up a...
-
Christina Liang created a post,
Web app integration (popup type): why is my content loading within an iframe?
I have a webapp integration (popup type). When sending html to the client-side it loads it into an iframe. I saw some integrations (notably gmail integration), that manages to bypass this limitatio...
-
Christina Liang created a post,
Web app integration: popup shows "refuse to connect" error
For my web app integration I have specified an ngrok url for both Client Callback URL and Preliminary Callback URL. And I have set the web app integration to show a popup. However, The popup give...
-
Christina Liang created a post,
Node SDK boilerplate code for web app integration
Does the node SDK here: https://github.com/box/box-node-sdk#app-auth-client Have support for creating a simple "web app integration?" (popup-type) By web app integration I mean: https://blog.box.co...
-
Christina Liang commented,
Hi Kourtney, thanks for the help. So you are saying I need to go through the authentication flow before I can even BEGIN to render a gui for the user? Is there a corresponding node sdk that works a...
-
Christina Liang created a post,
Web app integration: how to render GUI?
Newb dev here There is a POST to the "client callback url" and my app receives a post request but I have no idea what I am supposed to send back in order to have it render a GUI for the user (when ...