Hi,
I have created 3 different app (App Console > Create App > entered the name etc.) it displays in the console but not in my desktop.
Is there a step I am missing?
What exactly were you expecting to show up on your desktop? Creating an app doesn't cause any files or folders to be created.
If the app has "App folder" permissions, then once you (or any other user) link to the app, you'll see an app folder getting created (something like Dropbox/Apps/<app name>).
I have completed this checked on several machines but none of these appear in the Apps folder, could I undertsnad this correctly:
Create an app > Dropbox API app > Files and datastores > No > All file Types > myAppNamewhere should this new app appear?
Create an app > Dropbox API app > Files and datastores > Yes> myAppNameThis appears in the App folder
Failed to access a remote cloud serviceStatusCode: ForbiddenRequest result: {"api_error": true, "user_error": "This app is currently disabled.", "error": "This app is currently disabled."}
In both of the cases you mention, the app shows up in the App Console (https://www.dropbox.com/developers/apps). If a user links an app (by going through the OAuth flow), then the app will also show up in the user's list of apps (https://www.dropbox.com/account/security).
When a user first link an App folder app, a folder gets created in that user's Dropbox, at a location like Dropbox/Apps/<app name>. For other app permissions, no folder will be created.
Dropbox/Apps/<app name>
It looks like you pasted some sort of error in your last post. When and where are you seeing that error message?