Re: iOS text file download from Dropbox

2019-12-07 Thread JJS via use-livecode
Great! Op 7-12-2019 om 19:18 schreef Marty Knapp via use-livecode: A follow-up. Apparently the standalone builder was not picking up that it needed the Dropbox library (maybe because I use a script only behavior stack). So I manually included the Dropbox library. Still no joy. Then I though

Re: iOS text file download from Dropbox

2019-12-07 Thread Marty Knapp via use-livecode
A follow-up. Apparently the standalone builder was not picking up that it needed the Dropbox library (maybe because I use a script only behavior stack). So I manually included the Dropbox library. Still no joy. Then I though that maybe the Dropbox Library had some dependencies, though I could

Re: iOS text file download from Dropbox

2019-12-07 Thread JJS via use-livecode
you could use the dropbox library, so you have direct access to your dropbox Op 6-12-2019 om 23:32 schreef Marty Knapp via use-livecode: I'm working on my first iOS app. It needs to access a 6mb text file in Dropbox. Using "dropboxDownLoad" it works fine on my Mac. On the iPhone I'm using

iOS text file download from Dropbox

2019-12-06 Thread Marty Knapp via use-livecode
I'm working on my first iOS app. It needs to access a 6mb text file in Dropbox. Using "dropboxDownLoad" it works fine on my Mac. On the iPhone I'm using specialFolderPath("Documents") as the location to save but I get an error every time - 573,336,1. When I poll it to see if the file exists it