Aske Mottelson
Aske Mottelson
Hi @atierian and @lawmicha - thanks for looking into this. I just noticed that remote DataStore real time events are also not triggered for multi auth models (i.e., only local...
@atierian any news on this? Seems like a pretty big deal that Amplify iOS does not support data sharing across users?
Well that's true, same here -- maybe because it's zipped? If I unrtf directly on the file: http://papirkriger.dk/test.rtf unrtf --text test.rtf > out.txt subl out.text ``` ### Translation from RTF...
No I know. But for some reason, when I unrtf the file after unzipping it, I get the same (wrong) output as you. And yes, the unrtf html output is...
I've tried both on my host machine (OSX), and inside my docker, same issue
That seems like a plausible fix indeed. Let me look at it tonight. It might very well just me the --text option in unrtf that's buggy
Yeah, as documented [here](https://github.com/deanmalmgren/textract/issues/151#issuecomment-292720159), I actually do get the correct text output, using unrtf v. 0.21.9
Doesn't work for me (GetContentFile). Maybe it's because `supportsTeamDrives` has been deprecated, and it's called `supportsAllDrives` now?
I can confirm that replacing all instances of `supportsTeamDrives` with `supportsAllDrives` and `includeTeamDriveItems ` with `includeItemsFromAllDrives` in `PyDrive/pydrive/files.py` indeed fixes the issue
> Hello! Someone has a workaround on how to share data across users with Amplify iOS? Thank you! I'm afraid not. We are still eagerly waiting for support for multi...