• Stephen Jines
  • NEWBIE
  • 10 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
My training request has only gone from queue position 14 to 12  in over 4 hours. Is that normal?  

Hello,

I am trying to do the "Get an Einstein Platform Services Account" unit but i fail to upload the file.
It says User-added image
But please can someone tell me where do I upload the file? I searched everywhere but I cannot find it.
Doesn't matter if i use classic or lightning.
"Click Files" Where is files?
Could somebody please tell me where to find it?

 

Cheers
Olaf

While creating the dataset in the Einstein Intent API basics trailhead. I use the command line
curl -X POST -H "Authorization: Bearer ZWZDZ...C26QDVU6ASQ" -H "Cache-Control: no-cache" -H "Content-Type: multipart/form-data" -F "type=text-intent" -F "path=http://einstein.ai/text/case_routing_intent.csv" https://api.einstein.ai/v2/language/datasets/upload
I got the following message error:

curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.


The token I provided comes from https://api.einstein.ai/token and is still valid.
I am on Windows10.
Do you have any idea of what is wrong?

Thanks in advance!