Got it - thanks Gerard.
TerryŠ
On 13/11/2015 9:56 am, "use-livecode on behalf of gmcrev"
wrote:
>Thanks Terry
>Glad you got it working.
>But this was a bit of a rushed release.
>I uploaded a version 1.05 today with about 20 little bug fixes.
>These were related to getting all the Parameters rig
Thanks Terry
Glad you got it working.
But this was a bit of a rushed release.
I uploaded a version 1.05 today with about 20 little bug fixes.
These were related to getting all the Parameters right and removing quotes
from booleans.
See the stack script for a list.
Card 2 now has a basic file and fo
Gerard, this is great!I¹m using Guglielmo¹s library (which is also
fantastic) in a couple of current project but I can see myself
transitioning to this before too long.
Once I got the paths stuff sorted out it worked beautifully.
Terry...
On 9/11/2015 8:03 pm, "use-livecode on behalf of gmcrev"
The stack has been updated to include a library for calling the now
officially released Dropbox API v2.
The library of dropbox calls are in the card script.
OAuth and error checking are yet to be added.
The (beta) API calls added this week by dropbox are included in the library,
but they don;t all
Sorry Michael.
Typos.
should read
Step 3: Get User Account ID from
https://dropbox.github.io/dropbox-api-v2-explorer/#get_current_account
1. Paste in Access Token from Step 2
2. Click Submit Call
3. Copy the value of the account_id from the Response (without the quotes)
4. Paste it in the UserAcc
Thanks Gerard.
I have been trying to work thru the steps within you getting started
page. I am stuck on step 3 where you say "Click Submit Call". Can you
clarify that a bit? I don't see anything that looks like a submit call
button.
Regards,
Mike
On 11/4/15 6:26 AM, gmcrev wrote:
I have uploaded DropboxAPI_2_tester.livecode to RevOnline:
http://livecodeshare.runrev.com/stack/794/DropboxAPI_2_tester
This demonstrates all the calls in v2 of the Dropbox API.
It uses the FASTJSON v0.4.1 library of Bob Hall. Thanks Bob for this work.
https://github.com/bhall2001/fastjson
Gugl