Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用java在google云存储中上传文件_Java_Google App Engine_Google Cloud Storage - Fatal编程技术网

使用java在google云存储中上传文件

使用java在google云存储中上传文件,java,google-app-engine,google-cloud-storage,Java,Google App Engine,Google Cloud Storage,我正在尝试使用谷歌应用程序引擎将一个文件上传到谷歌云商店。我发现这是一个上传文件到地面军事系统。在这些隐藏字段中,一些值是已知的。但我无法理解什么是符号、隐私和谷歌访问。请帮助我准备所有这些值的过程。我读过文件,但不能理解和准备 我不熟悉这个话题 <form action="https://******storage.googleapis.com" method="post" enctype="multipart/form-data"> <input type="hid

我正在尝试使用谷歌应用程序引擎将一个文件上传到谷歌云商店。我发现这是一个上传文件到地面军事系统。在这些隐藏字段中,一些值是已知的。但我无法理解什么是符号、隐私和谷歌访问。请帮助我准备所有这些值的过程。我读过文件,但不能理解和准备

我不熟悉这个话题

<form action="https://******storage.googleapis.com" method="post" enctype="multipart/form-data">
    <input type="hidden" name="signature" value="****" />
    <input type="hidden" name="Content-Type" value="image/png" />
    <input type="hidden" name="GoogleAccessId" value="**********" />
    <input type="hidden" name="bucket" value="********" />
    <input type="hidden" name="acl" value="public-read">
    <input type="hidden" name="success_action_status" value="201" />
    <input type="file" name="file" />
    <input type="submit" value="Upload">
</form>

您可能在文档中遗漏了这一点: