import shutil
# Move the APK file to a user-friendly name and location
source_path = "/mnt/data/ApnaBazzar_UrvishPatel.apk"
destination_path = "/mnt/data/ApnaBazzar_UrvishPatel_GDrive.apk"
# Copying file to make it ready for Drive sharing
shutil.copy(source_path, destination_path)
destination_path