Androidアプリ用に空のフォルダーを作成しようとしています..
File body = new File();
body.setTitle("title");
java.io.File fileContent = new java.io.File("title");
FileContent mediaContent = new FileContent("application/vnd.google-apps.folder", fileContent);
File file = service.files().insert(body, mediaContent).execute();
これはうまくいかないようです.....
例外を取得:
java.io.FileNotFoundException:/title のオープンに失敗しました ENOENT (そのようなファイルまたはディレクトリはありません)
原因: libcore.io.ErrnoException: オープンに失敗しました: ENOENT (そのようなファイルまたはディレクトリはありません)