Thomas OConnor
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Thomas OConnor-
Seems like you must use the link on the edit page.
-
Note connecting as user client = Client(CCGAuth( client_id=client_id, client_secret=client_secret, user=user_id))folder = create_folder(client, case_id)
-
Hi we are getting exactly the same error. My file request URLs are `/f/<request id>` rather than `filerequest/[file request object id is here]`. Using the Python SDK our request looks like this: js...