Forum Academy Marketplace Showcase Pricing Features

View Box files within mobile app

Anyone have success being able to open a file from box from within bubble? My integration is fully set up and working just can’t figure out if viewing a file in app is possible.

Currently I populate a webpage using the file id “https://app.box.com/file/[fileid]” it works but would love to keep it in app. Also to note this is a wrapped mobile app with bdk so the embed element is not an option.

Thanks

Try an HTML element with this in it

<iframe src="[URL]"></iframe>

Thanks for the input! Got it view in frame but I guess my real question was to keep the user from having to resign in to view the document since I already make them sign in with oauth2.0