端末のローカルファイルにアクセスすると「DirectoryNotFoundException」が発生。
Android では問題ないのに、iOSのみエラーが発生しました。
DirectoryNotFoundException: Could not find a part of the path "/var/mobile/Containers/Data/Application/E13DBFFC-F7F4-4CB2-BBDC-A5C9F44XXXXX/Documents/gdrive/Sample/images/photo0000-4165.jpg". at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00000] in <00000000000000000000000000000000>:0 ...
アクセスするファイルは存在しているのは間違いないのに、上記のエラー
っで、よくよく確認すると、フォルダー名が「Image」となっており、アクセス時は、「image」だった事が原因でした。
ファイル名も同じかな…