-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
Unable to create resource. #395
Comments
@cline-pk Please provide more details on what you are trying to do and what exact error you get. Can't say much based on current description. |
This issue has been automatically marked as stale because it has not had |
I get that aswell when using teh code from you basic example. Where are files uploaded to ? just to the tmp folder? Do we need to create the folder |
This issue has been automatically marked as stale because it has not had |
Where are files uploaded to ? just to the tmp folder? Do we need to create the folder files ? |
@daslicht You can use $server->setUploadDir($path) method to set the upload path. Yes, you need to create root folder. |
This issue has been automatically marked as stale because it has not had |
In my case, I forgot to set rewrite rule for the server to respond to /files endpoint as mentioned in the document. RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f You could also use $client->setApiPath('/api') to change the default endpoint. |
I'm always getting this error can someone help me to config script settings please.
The text was updated successfully, but these errors were encountered: