You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use your demo files to interact with my egnyte account in order to develop a JS client webpage.
I've setup an egnyte developper account for Internal Application with Callback URI to my company website.
So, I've downloaded your github code to lauch the demo file.
Here is what I get as message for your following examples :
demo.html : {"formErrors":[{"code":"INVALID_CALLBACK","msg":"Invalid redirect uri redirect uri must be a valid https url."}],"inputErrors":{}}
request_token_popup.html : {"errorMessage":"Incorrect request type GET for resource owner flow. Please check the documentation and try again."}
I cannot get any of your examples working.
According to the requierements, I've created an apiaccess.js file in /spec/conf.
My feeling is that this issue is related to my key which is not for Publicly Available Application. So, maybe the implict grant workflow is not handle in your demo ?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to use your demo files to interact with my egnyte account in order to develop a JS client webpage.
I've setup an egnyte developper account for Internal Application with Callback URI to my company website.
So, I've downloaded your github code to lauch the demo file.
Here is what I get as message for your following examples :
I cannot get any of your examples working.
According to the requierements, I've created an apiaccess.js file in /spec/conf.
My feeling is that this issue is related to my key which is not for Publicly Available Application. So, maybe the implict grant workflow is not handle in your demo ?
The text was updated successfully, but these errors were encountered: