How can I integrate Evernote and Box into my skuid tabs?

Hi Louis, your comment has 2 years but maybe you can help me.
I’m able to show the dropbox container in an iframe and it loads and works, but how can I get it to show the correct folder. Right now it shows the root folder and I would like to pass it the current object ID and have it default to that folder.

Have you managed doing this? I’ve tried passing <iframe src=“https://dropbox-for-sf.na34.visual.force.com/apex/Dropbox_for_Opportunities” height=“500px” width=“100%”/>

I’ve tried adding the OP id as ?id= but it throws an error on the Dropbox script.

I’ve dug a bit on the opp. detail view in search of any reference but I can’t find it. The only thing is they use the iframe with the url for the servlet and give it the “Dropbox_For_Opportunities” VF page as an ID, pass a token, all of this as a form but outside the iframe, I imagine it’s how they load the iframe itself. The contents of that is a gigantic token.

Thanks