-
-
pfcbenjamin
Are you using the Built-in Dropbox integration or trying to authorize it using a python module?
-
-
pfcbenjamin
when I run JonB's sample code above using 1.5 on iOS 8 Pythonista always crashes. Any idea why?
-
pfcbenjamin
Maybe I'm missing something here, but why don't you just use the built-in Message action in Editorial's workflow builder?
-
pfcbenjamin
Ole made a great workflow for Editorial that has a nice UI. I just modified it for my own use earlier this week, I'd start there.
-
pfcbenjamin
I believe this is a bug with iOS 8 & Editorial. I remember it working the way you describe back with iOS 6 & 7.
-
pfcbenjamin
A snippet or a workflow can be built for this purpose. I prefer using a snippet.
-
pfcbenjamin
This is amazing, I was just trying to reverse engineer something using pythonista with safari, URLs, and base64 encoding. Now I can use this code to figure out how to do what I'm trying to do. Thank you!!
-
-
pfcbenjamin
Can anyone help me figure out what is going wrong with a workflow?
I keep getting a
NameError: name 'titles' is not defined
on lines 6 & 7 the second block of Python script even though I've done everything I can to make sure that there are values in that variable. I have had the variable show the values in popups, etc, just to make sure that something's getting passed to the variable.The workflow can be found at http://www.editorial-workflows.com/workflow/5152084659798016/hHQqAVMMio0The reason I have two different blocks of python code is because I'm generated a string of values in the first block, putting those values in a popup to select the appropriate value, and then returning the value to call a dictionary in the 2nd block.
Any help would be greatly appreciated.
-
pfcbenjamin
Oh wow. It most certainly does. Too late on a Friday, I guess...