teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

4

コメントを修正

2021/04/09 06:30

投稿

1111TAKA
1111TAKA

スコア2

title CHANGED
File without changes
body CHANGED
@@ -10,7 +10,7 @@
10
10
  ls: cannot access 'Drive/': No such file or directory
11
11
  ```
12
12
 
13
- lsではエラーになりますが、のパスは存在します。
13
+ lsではエラーになりますが、hogehogeのパスは存在します。
14
14
  ```
15
15
  !ls '/content/drive/My Drive/'
16
16
  0001.txt

3

コメントを追加

2021/04/09 06:30

投稿

1111TAKA
1111TAKA

スコア2

title CHANGED
File without changes
body CHANGED
@@ -10,6 +10,7 @@
10
10
  ls: cannot access 'Drive/': No such file or directory
11
11
  ```
12
12
 
13
+ lsではエラーになりますが、このパスは存在します。
13
14
  ```
14
15
  !ls '/content/drive/My Drive/'
15
16
  0001.txt

2

元のドライブが存在することを確認

2021/04/09 06:29

投稿

1111TAKA
1111TAKA

スコア2

title CHANGED
File without changes
body CHANGED
@@ -3,12 +3,6 @@
3
3
  どうしたらよいでしょうか。
4
4
 
5
5
  ```
6
- !ls '/content/drive/My Drive/'
7
- 0001.txt
8
- 0002.txt
9
- 0003.txt
10
-
11
-
12
6
  hogehoge = '/content/drive/My Drive/'
13
7
  !ls $hogehoge
14
8
 
@@ -16,4 +10,11 @@
16
10
  ls: cannot access 'Drive/': No such file or directory
17
11
  ```
18
12
 
13
+ ```
14
+ !ls '/content/drive/My Drive/'
15
+ 0001.txt
16
+ 0002.txt
17
+ 0003.txt
18
+ ```
19
+
19
20
  どうぞよろしくお願い致します。

1

元のドライブが存在することを確認

2021/04/09 06:28

投稿

1111TAKA
1111TAKA

スコア2

title CHANGED
File without changes
body CHANGED
@@ -3,6 +3,12 @@
3
3
  どうしたらよいでしょうか。
4
4
 
5
5
  ```
6
+ !ls '/content/drive/My Drive/'
7
+ 0001.txt
8
+ 0002.txt
9
+ 0003.txt
10
+
11
+
6
12
  hogehoge = '/content/drive/My Drive/'
7
13
  !ls $hogehoge
8
14