• Vinod Gandla
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hi All, 
         i  have a zip file named Fruits in my device in download folder.when i execute the command its showing invalid Access token
C:\>curl -X POST -H "Authorization: Bearer <JAJ2VY4FFSNPA4XNYJDUUSUEUHEMNO5QUGES2EVJARUKAHEAHECUBNCMYJFXSOHOVTG2OLX3QCYZ34VBOSE3GKU3GBTERVDGBIYJYZQ>" -H "Cache-Control: no-cache" -H "Content-Type: multipart/form-data" -F "type=text-intent" -F "path=http://einstein.ai/text/Fruits.zip" https://api.einstein.ai/v2/language/datasets/upload
{"message":"Invalid access token"}
how to overcome this issue Any suggestions?
Hi !
I am using the Einstein Vision API for text classification, everything works like a charm, except when I try to get the information about the model.
Basically all the routes seem to work except this one : 'https://api.einstein.ai/v2/language/models/model_id' which returns an invalid access token error for no reason (since everything else is working with the exact same token).
Is there any kind of privilege level or am I missing something ?
Thanks for the help :)