Skip to main content
27
results
Andrew Fletcher
The development version of the app database is held on the staging site.  Note all development and testing will be completed on the staging site. Drupal 9 uses: HAL : Serializes entities using Hypertext Application Language. RESTful Web Services For testing purposes you can use either of the following Chrome extensions: Postman; DHC   Using Postman to perform a GET command for a node The get string is https:/{your-site.com}/node/<nid>?_format=hal_json, where the...
Andrew Fletcher
The user parameters provides details about a specific user based...
Andrew Fletcher
Having Drupal Solr Search APi running, I thought adding synonyms to the mix...
Andrew Fletcher
If you are receiving the following 403 errors: "message": "The used...
Andrew Fletcher
Adding an image via RESTUI can be done in a snap... once you know how!  I...
Andrew Fletcher
The magically descriptive error 401 Forbidden "message": "Access denied on creating field 'uid'.".  You probably can sense the love I have for this error.  This was a painful error that took a little while to resolve.  First off I also had this error display as: "Access denied on creating field 'uid' "Access denied on creating field 'name' "Access denied on creating field 'entity_id' And I would have had more if I continued down the resolution path I was on....
Andrew Fletcher
If you are like me you probably have searched for clues to and found little......
Andrew Fletcher
I had an instance where I needed to move content from a plist to the server...
Andrew Fletcher
Registering a user via REST is an important process particularly when the...
Andrew Fletcher
While I have posted an article about how to POST an image using REST in Drupal...
Andrew Fletcher
You have been working hard on getting comments being added (POST) through REST in Drupal 8.  However, now you are seeing the following Assigning the wrong user against a new comment - and most likely the new comment is being assigned to the site admin.   The error here is related to the _embedded uuid. What to do You need to check that you have the correct uuid for both the entity_id and the uid entity_id -...
Andrew Fletcher
For others that have spent countless hours getting this to work and are...