Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Dropbox API
Tue, Dec 1 2015 11:52 AMPermanent Link

Kane Jun

EZ-Tech, Inc

Hi everyone.

I am trying to use dropbox api

On dropbox docu I have to embed to code below.

How can I do this?

Thanks in advance.

<script type="text/javascript" src="https://www.dropbox.com/static/api/2/dropins.js" id="dropboxjs" data-app-key="xxxxxxxxxx"></script>
Wed, Dec 2 2015 12:09 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Kane,

<< How can I do this? >>

You can use a TScript to inject an external script into your application:

http://www.elevatesoft.com/manual?action=viewcomp&id=ewb2&comp=TScript

However, you're still going to need to write an external interface for the external script so that you can reference the classes, methods, properties, etc. defined in the external script:

http://www.elevatesoft.com/manual?action=viewtopic&id=ewb2&topic=External_Interfaces

Search here on "external interface*" for more information/examples:

http://www.elevatesoft.com/forums?action=search&category=ewb

Tim Young
Elevate Software
www.elevatesoft.com
Image