Vikram
Vikram

Reputation: 6877

Creating a simple Google App using ASP.NET

We are working to integrate one of our client's existing accounting system into Google App. Eventually we need to list it on Google App Marketplace.

Here is what we have already done:

So far we have ONLY been able to authenticate the user using DotNetOpenAuth.

We are struggling with following issues:

We have already spent 2-3 days trying to find proper documentation for this and get it to work but in vain. Any help / guidance to get it to work and also keep the listing private in dev mode until we are ready, would be really appreciated.

Here is the modified 2 page source code i am trying to run.

Upvotes: 2

Views: 1164

Answers (1)

Jan Z
Jan Z

Reputation: 612

There are some key misconceptions in your post.

  1. Your keys are already available to you. Open Marketplace, click on "My Vendor Profile" top right, and look right under the listing, below the stars: View OAuth Consumer Key link is there. If it isn't, you did not mark your app as an installable one. To fix that, create a new app entry, and make sure you provide a valid manifest.

  2. To test your new app, BEFORE you submit your app for approval, open the Marketplace page for it and click the Add it now button. You will be offered a field to enter the Google Apps domain name to test with.

Only domains you add your app to will be accessible with the marketplace key.

Chances are if you sort these two things out things will start working :)

Upvotes: 4

Related Questions