-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP Examples not working #42
Comments
Running the Python example, I've got a "Permission denied" error, would you happen to have the same ? |
This works great : https://gist.github.com/scamba/e07ba61e9a812d342cab458a0b2706cb |
Hi Mark, It's great to hear that you've successfully set the values for the API Keys. Regarding the issue you're facing with the files in the examples folder, it seems like there might be a problem with those specific files. The fact that they hang and don't receive a response suggests that there could be a connectivity issue, a bug in the code, or perhaps a configuration problem. On the other hand, the fact that you're receiving successful responses from the To troubleshoot the problem with the files in the
Best of luck, and I hope you're able to get those examples up and running smoothly! Best regards, |
I've set the values for the API Keys.
The files contained within the examples folder hangs and does not receive a response when run:
/php/complete/examples/
However, I am getting a successful response from these PHP files when run:
/php/signed_authentication_sample.php
/php/batching_urls_sample.php
Is there anything I'm missing?
Thanks!
Mark
The text was updated successfully, but these errors were encountered: