我在GCP from PIL import Image
import os
def encodeBase64(path):
img= Image.open(path)
img= img.resize((320,568))
data = img.encode("base64")
json = { "image64": data, "size":os.stat(path).st_size, "resolution":img.size[0] + "x" + img.size[1] }
return json
中有CloudSQL,但是我的数据流在project a
中。
是否存在一种安全的方法来启用来自project b
的数据流以连接project b
中的CloudSQL?