Re: Dropbox help 3 (OAuth app authorization flow?)

2018-01-30 Thread Klaus major-k via use-livecode
Hi Mike, > Am 30.01.2018 um 15:58 schrieb Mike Kerner via use-livecode > : > > I forgot that Gerard has a repo up, now. It's at > https://github.com/gmcrev/DropBoxAPI2livecode. Grab that. There's a > button for documentation or something like that at the top. That takes you > to a second car

Re: Dropbox help 3 (OAuth app authorization flow?)

2018-01-30 Thread Mike Kerner via use-livecode
I forgot that Gerard has a repo up, now. It's at https://github.com/gmcrev/DropBoxAPI2livecode. Grab that. There's a button for documentation or something like that at the top. That takes you to a second card that describes what you have to do. I am not aware of any code that completely automa

Re: Dropbox help 3 (OAuth app authorization flow?)

2018-01-30 Thread Klaus major-k via use-livecode
Hi Mike, > Am 29.01.2018 um 21:11 schrieb Mike Kerner via use-livecode > : > > What is failing on mobile or other machines? Are you getting an error? I can use MY accesstoken on MY machine, but that will not work on other machines. On other machines I need to implement the "OAuth app authori

Re: Dropbox help 3 (OAuth app authorization flow?)

2018-01-29 Thread Mike Kerner via use-livecode
What is failing on mobile or other machines? Are you getting an error? That reminds me, I have a more recent version of the LC dropbox library that does more complete error reporting. If I remember correctly Monte is going to integrate this version in an upcoming LC but I don't remember when or i

Re: Dropbox help 3 (OAuth app authorization flow?)

2018-01-29 Thread Klaus major-k via use-livecode
Hi Mike, > Am 29.01.2018 um 19:55 schrieb Mike Kerner via use-livecode > : > > What specifically would you like to know, Klaus? > use dropboxUpload to do an upload. yes, sure, that works on my machine, but not on other user computers and/or mobile devices! Therefore my question for the "OAuth

Re: Dropbox help 3 (OAuth app authorization flow?)

2018-01-29 Thread Mike Kerner via use-livecode
What specifically would you like to know, Klaus? use dropboxUpload to do an upload. Check out Gerard's Dropbox API v2 stack for a stack you can use to play so you can understand what's going on. I don't think he has his own repo, so you can download it from mine: https://github.com/macMikey/dropbo

Re: Dropbox help 2

2018-01-20 Thread Klaus major-k via use-livecode
HA! Found it! :-) I had to add a SLASH at the beginning og the PATH parameter: ... dropboxUpload pAccessToken, "/dropboxtestlc1.rev", "overwrite", FALSE, FALSE, pData ... > Am 20.01.2018 um 21:11 schrieb Klaus major-k via use-livecode > : > > Hi Jaques, > >> Am 20.01.2018 um 20:58 schrieb J.

Re: Dropbox help 2

2018-01-20 Thread Klaus major-k via use-livecode
Hi Jaques, > Am 20.01.2018 um 20:58 schrieb J. Landman Gay via use-livecode > : > > On 1/20/18 12:42 PM, Klaus major-k via use-livecode wrote: >> Hi Friends, >> what is wrong with this script? >> Anything to INTI before using "dropboxupload"? >> Or anything else I forgot? >> LC 9 dp 11, macOS 10

Re: Dropbox help 2

2018-01-20 Thread J. Landman Gay via use-livecode
On 1/20/18 12:42 PM, Klaus major-k via use-livecode wrote: Hi Friends, what is wrong with this script? Anything to INTI before using "dropboxupload"? Or anything else I forgot? LC 9 dp 11, macOS 10.13.2. ... put url("binfile:/Volumes/HD500/Dokumente2/test1.livecode") into pData ## a small sta

Re: Dropbox help 2

2018-01-20 Thread Klaus major-k via use-livecode
Am 20.01.2018 um 19:42 schrieb Klaus major-k via use-livecode : > > Hi Friends, > > ... > Anything to INTI before using "dropboxupload"? sorry, I meant INIT. -- Klaus Major http://www.major-k.de kl...@major-k.de ___ use-livecode mailing list use-l

Re: Dropbox help

2018-01-17 Thread Klaus major-k via use-livecode
Hi Mike, > Am 16.01.2018 um 15:28 schrieb Mike Kerner via use-livecode > : > > Klaus, > The good news is that this is all fairly straightforward. > appKey, appSecret, tokenKey, and tokenSecret are all obsolete and should > not do anything. You need the “Generated Access Token”. > 1) Go to www.d

Re: Dropbox help

2018-01-16 Thread Mike Kerner via use-livecode
Klaus, The good news is that this is all fairly straightforward. appKey, appSecret, tokenKey, and tokenSecret are all obsolete and should not do anything. You need the “Generated Access Token”. 1) Go to www.dropbox.com/developers/apps 2) Tap on your app 3) Scroll down to the “Generated access toke

Re: Dropbox help

2018-01-16 Thread Klaus major-k via use-livecode
Hi Andy, > Am 16.01.2018 um 15:09 schrieb AndyP via use-livecode > : > > Does this help? > > https://blogs.dropbox.com/developers/2014/05/generate-an-access-token-for-your-own-account/ > > yes, tha

Re: Dropbox help

2018-01-16 Thread AndyP via use-livecode
Does this help? https://blogs.dropbox.com/developers/2014/05/generate-an-access-token-for-your-own-account/ - Andy Piddock My software never has bugs. It just develops random features. Tiny