Note that there are some explanatory texts on larger screens.

plurals
  1. POCreating a simple Google App using ASP.NET
    primarykey
    data
    text
    <p>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. </p> <p>Here is what we have already done:</p> <ul> <li>Downloaded the sample .NET app available from Google - <a href="http://code.google.com/googleapps/marketplace/tutorial_dotnet.html" rel="nofollow">this one</a></li> <li>Created a vendor profile on the Google Apps Marketplace</li> <li>Listed our test application on the Google Apps Marketplace</li> </ul> <p>So far we have ONLY been able to authenticate the user using DotNetOpenAuth. </p> <p>We are struggling with following issues:</p> <ul> <li>Unable to access the Calendar Data API and display the next appointment. We are getting 401 Unauthorized when querying the Calendar Data API.</li> <li>To access the Calendar Data API we need to have a ConsumerKey &amp; a ConsumerSecret - which is made available ONLY after you submit your application for Approval.</li> <li>We submitted the app for approval to get a ConsumerKey &amp; a ConsumerSecret although its just a pilot app that we are building first. We don't want that app to be published as of now but we could not find a way to keep that listing private and available ONLY for dev &amp; testing purpose as of now.</li> <li>We have placed the ConsumerKey &amp; ConsumerSecret in the sample marketplace app but even now we get a 401 Unauthorized access while quering the Calendar Data API.</li> </ul> <p>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.</p> <p><a href="http://dl.dropbox.com/u/11374665/helloworld_dotnet.rar" rel="nofollow">Here</a> is the modified 2 page source code i am trying to run.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload