Re: [ANN] DropboxAPI_2_tester

2015-11-13 Thread Terry Judd
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

Re: [ANN] DropboxAPI_2_tester

2015-11-12 Thread gmcrev
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

Re: [ANN] DropboxAPI_2_tester

2015-11-11 Thread Terry Judd
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"

Re: [ANN] DropboxAPI_2_tester

2015-11-09 Thread 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

Re: [ANN] DropboxAPI_2_tester

2015-11-04 Thread gmcrev
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

Re: [ANN] DropboxAPI_2_tester

2015-11-04 Thread Michael Doub
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:

[ANN] DropboxAPI_2_tester

2015-11-04 Thread gmcrev
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