Ionic CLI upload error

Hi @mhartington I am trying to upload ionic app using Ionic upload however I am getting these errors. Please help me in resolving this issue.

error:

C:\Users\user\Desktop\myionic\sharecontact>ionic upload
Uploading app…

An error occurred uploading the build: An error occurred uploading your applicat
ion - App ID 41b45536 does not exist

An error occurred uploading your application - App ID 41b45536 does not exist (C
LI v2.2.1)

Your system information:

ordova CLI: 6.5.0
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 7
Node Version: v6.9.5
Xcode version: Not installed

google is your friend… first search result is stack overflow

  1. Log in at apps.ionic.io
  1. Create a new App and specify the name of your App.
  2. Copy the App ID to your clipboard for use in the next step.
  3. In your terminal window use command:
    ionic link YOUR_APP_ID
  4. In your terminal window use command:
    ionic upload
    Ensure you’re logged into the same account in the terminal window that you were logged into on app.ionic.io).
3 Likes

hi…thanks for the reply. I have one more doubt.My doubt is that how it is h\sowing app id,even before creating the app. is it random app id?

For Ionic 2, there is a new command replacing ‘ionic link’, details here: