As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Good morning Dawn,
I am not getting that error when using user / masterSecret credentials for my application. I am calling:
https://baas.kinvey.com/blob/APP_ID/?tls=true from PostMan and getting a json response from Kinvey with the appropriate response.
Can you give this a shot and see if the RestAPI returns properly for you as well?
Thanks,
Dawn
I'm trying to send POST request for an upload link for a file. When I use:
/blob/MyAppID
Then I get an upload link in the response. However when I use
/blob/MyAppID?tls=true
I get the error: AppNotFound. I've checked and it seems to be the same format called for here: http://devcenter.kinvey.com/rest/guides/files#SecurelycommunicatingwithGCS. Any idea what's wrong?