Upload:android JSON Key -- "File doesn't exist"

Hey,
I have the issue that when I try to run expo upload:android I am asked to provide the JSON key file.
However, when I put in the file path (typed and drag-and-dropped) it says “File doesn’t exist…”.
The file is definitely existing and I have put in the path correctly.

I successfully built for android and for iOS and I was also able to successfully run expo upload:ios

You can see my diagnostics below, I hope somebody of you can give me some helpful advice.

Thank you in advance!

expo diagnostics:

Expo CLI 3.0.10 environment info:
System:
OS: macOS 10.14.6
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 12.9.0 - ~/.nvm/versions/node/v12.9.0/bin/node
Yarn: 1.16.0 - /usr/local/bin/yarn
npm: 6.10.2 - ~/.nvm/versions/node/v12.9.0/bin/npm
IDEs:
Xcode: 10.3/10G8 - /usr/bin/xcodebuild
npmPackages:
expo: ^34.0.1 => 34.0.4
react: 16.8.3 => 16.8.3
react-native: https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz => 0.59.8
npmGlobalPackages:
expo-cli: 3.0.10

Just a guess: Does the path to the file have a space in it? If so, try putting the file in a path that does not have a space in it.

No it doesn’t. It’s containing -'s.
Also if I use a different terminal command like open [filepath] the file exists and opens.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.