Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/react-native/7.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.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
React native 将图像从React本机应用程序上载到Google云存储_React Native_Google Cloud Platform_Google Cloud Storage - Fatal编程技术网

React native 将图像从React本机应用程序上载到Google云存储

React native 将图像从React本机应用程序上载到Google云存储,react-native,google-cloud-platform,google-cloud-storage,React Native,Google Cloud Platform,Google Cloud Storage,是否可以直接将React原生应用程序中的相机拍摄的图像上传到Google云存储桶?如果不是,最好的方法是什么 提前谢谢 我发现可以直接将图像上传到谷歌云。但是,我还没有测试。这是链接。我希望它能帮助你 替代解决方案是使用react native firebase上传到firebase存储。这是我在应用程序中使用的方式 谢谢!我要试试看!

是否可以直接将React原生应用程序中的相机拍摄的图像上传到Google云存储桶?如果不是,最好的方法是什么


提前谢谢

我发现可以直接将图像上传到谷歌云。但是,我还没有测试。这是链接。我希望它能帮助你


替代解决方案是使用react native firebase上传到firebase存储。这是我在应用程序中使用的方式

谢谢!我要试试看!