使用 python 谷歌应用引擎:
entry = client.create_site(orgName,
description=orgDescription,
source_site='https://sites.google.com/feeds/site/dpau.org/org'
uri='https://sites.google.com/feeds/site/dpau.org/MyCustomURL')
我得到 uri= 的“无效 URI”
我是否使用了无效的 URI 格式?uri='MyCustomUrl' 也不起作用。