See for the details. Seems to work from R, so I'm guessing it's a problem with the Py client.
See close comment of how this worked again the day after the update.
The python client is throwing a exception/warning on fetching metadata on a table as well:
----> 2 table = syn.get(id)
/Users/lom/Dropbox/Sage/synapsePythonClient/synapseclient/client.pyc in get(self, entity, **kwargs)
--> 595 raise SynapseUnmetAccessRestrictions(warning_message)
SynapseUnmetAccessRestrictions:
WARNING: This entity has access restrictions. Please visit the web page for this entity (syn.onweb("syn2515228")). Click the downward pointing arrow next to the file's name to review and fulfill its download requirement(s).
table = syn.get(id, downloadFile=False)
/Users/lom/Dropbox/Sage/synapsePythonClient/synapseclient/client.py:596: UserWarning:
WARNING: This entity has access restrictions. Please visit the web page for this entity (syn.onweb("syn2515228")). Click the downward pointing arrow next to the file's name to review and fulfill its download requirement(s).
warnings.warn(warning_message)
Bulk assigning all not-Closed issues in Python project that WERE assigned to Chris Bare to .
, this is an old issue. I am resolving it per your comment on PLFM‌-2877 .
If this happens in the Synapse Python client version 1.9.1, please re-open.
Moving this to 1.9.2 for validation.