I am getting the following error when i tried to authorize gmail api using service account "Client is unauthorized to retrieve access tokens using this meth
My component looks like this: namespace App\View\Components; use Illuminate\View\Component; use App\Http\Controllers; use Illuminate\Http\Request; class shop
I have two files that I want to merge in the same file, and afterwards read them. One is an image with almost all values equals, and hence is only 400 bytes siz
PostgreSQL comes with below built-in schemas postgres=# select catalog_name, schema_name, schema_owner postgres-# from information_schema.schemata postgres-# or
Hi need a little bit of help here. I have a file with 5 lines and I want to put this lines into an array of type char *lines[5]; but I can't figure it out why t
I am trying to create an auction website where the users can input an image url and bid on the entries. The issue I am currently having is that my images are no
I am using mongoose aggregation to return a custom query from a database, as shown below. Under the $addFields stage, I am generating some custom "stats" that c
I'm getting a 400 when doing GET requests to a Firebase Function with some rather large query params. A URL with length of around 2 KB works, while around 4 KB