All Collections
QMarket - Advanced
Social Media
Google
How To Get Google Client ID & Client Secret?
How To Get Google Client ID & Client Secret?
Q
Written by QoreUps
Updated over a week ago
  1. Sign in using your Google account. If you don't have a Google Developers account yet, you might need to create one.

  2. Locate and press the "Select a project" button located in the top toolbar. If you have existing projects, the button will show the name of one of your projects.

  3. After the pop-up window appears, select the "New project" button situated in the upper right corner.

  4. Provide a name for your project, such as your marketplace's name, and then press the "Create" button.

  5. Your project has been successfully created. The next step is to configure it.

  6. Navigate to the "OAuth consent screen" page. You can access this page from various links on the interface, but the simplest route is through the menu located on the left side of the screen.

  7. When you're on that page, choose "External" as the User type and then click on "Create."

  8. On the following page, you can omit filling out most of the fields, but it's essential to include at least the app's name & User support email & developer contact information.

  9. Afterward, click on the "Save" button.

  10. You can skip the Scope and Test users section. In the Summary step, simply click "Back to Dashboard."

  11. Next, access the "Credentials" page from the left sidebar.

  12. Click "+ Create credentials" from the top of the page.

  13. Select "OAuth Client ID"

  14. Select the application type "Web application"

  15. Feel free to choose any name you prefer.

  16. Under "Authorized JavaScript origins," input your complete marketplace URL with "https://" and potentially "www" or the subdomain, without including the trailing slash. For example, it should appear as follows: "https://www.example.com" or "https://example.qoreups..com".

  17. Within the "Authorized redirect URIs" section, include your marketplace address followed by "https://www.example.com/confirmation" or "https://example.qoreups.com/confirmation".

  18. Click "Create".

Did this answer your question?