如何使用Cloud Storage Java API将文件从一个存储桶移动到另一个存储桶?我可以找到file creation但没有复制或删除的例子 - 我想我必须复制该文件并删除它才能执行从一个桶到另一个桶的移动。
答案 0 :(得分:1)
你是对的。复制然后删除原件。有一些例子on GitHub。以下是它的要点:
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
</android.support.design.widget.CoordinatorLayout>