Ali Shirini
Ali Shirini
> @alishirini can you pull healthcare app and try again? I will try that, but I prefer to install health care besides my custom app! Do you think something is...
Hello @clevermind-me I agree with that. Right now, I have the same request. In Frise, file sharing is very limited to private or public, but in Drive, we can use...
> Sure, will bring this into ERPNext. Thanks! Can you give us timing for adding into ERPNext?
Hi, For temporary use you can disable SSL in python request in erpnext_sync.py : Must add verify=False Same as below: requests.request("PUT", url, headers=headers, data=json.dumps(data), verify=False) requests.request("POST", url, headers=headers, json=data, verify=False)...