! wget -P /content/gdrive/cron_test/ https://civitai.com/api/download/models/43888 --output-document=newfile.safetensors
! wget -P /content/gdrive/cron_test/ -O newfile.safetensors https://civitai.com/api/download/models/43888
/content/newfile.safetensors
А нужно что бы он был в /content/gdrive/cron_test/newfile.safetensors
! wget -P /content/gdrive/cron_test/newfile.safetensors https://civitai.com/api/download/models/43888
/content/gdrive/cron_test/newfile.safetensors/43888
! wget -O /content/gdrive/cron_test/newfile.safetensors https://civitai.com/api/download/models/43888
/content/gdrive/cron_test/newfile.safetensors: No such file or directory
!mkdir /content/gdrive/cron_test/
! wget -O /content/gdrive/cron_test/newfile.safetensors https://civitai.com/api/download/models/43888
/content/gdrive/cron_test/: No such file or directory
string json = JsonConvert.SerializeObject(arraydialog1, Formatting.Indented);
Debug.Log(json);
Вроде нет. Файлов на нем очень много. Но я не могу даже переместить текстовый документы который создал 1сек назад внутри самого диска. Переместить с диска Е на диск С я могу с легкостью но переместить внутри самого диска я не могу