Christina Liang
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 5
アクティビティの概要
Christina Liangさんの最近のアクティビティ-
Christina Liangさんが投稿を作成しました:
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さんが投稿を作成しました:
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さんが投稿を作成しました:
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さんが投稿を作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
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 ...