IntuitDeveloper / SampleApp-CRUD-.Net

CRUD sample for V3 DotNet SDK using OAuth1
13 stars 29 forks source link

Where to get Configuration details #13

Closed pateljagdishk closed 6 years ago

pateljagdishk commented 6 years ago

Hello,

I was trying this simple CRUD app however I am unable to find the value for the configuration defined in web.config file under my app in qbo. Can someone point me where can I get those details -

Under myapp's key I can see ClientKey and ClientSecret but nothing that are asked above.

nbhambhani commented 6 years ago

Hi, This sample uses OAuth1 credentials and your app uses OAuth2. Please refer to this sample instead: https://github.com/IntuitDeveloper/SampleApp-CRUD_.Net_Oauth2

pateljagdishk commented 6 years ago

This is webapplication. I am looking for Windows application. Do you have any such sample?

Jagdish

On Wed, Mar 21, 2018 at 9:56 AM, Nikita Bhambhani notifications@github.com wrote:

Hi, This sample uses OAuth1 credentials and your app uses OAuth2. Please refer to this sample instead: https://github.com/IntuitDeveloper/SampleApp-CRUD_.Net_Oauth2

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/IntuitDeveloper/SampleApp-CRUD-.Net/issues/13#issuecomment-375016591, or mute the thread https://github.com/notifications/unsubscribe-auth/APJMkaVy9m6zK67ghVgZYQMvScOImTyDks5tgoZCgaJpZM4SzAAP .

nbhambhani commented 6 years ago

Hello, You will still need a web component in your Windows application which does OAuth2 flow and handles redirect. Without this component, you can't create an app which uses QuickBooks APIs. For that you can refer to the sample I mentioned before.

pateljagdishk commented 6 years ago

Hey Nikita,

I am getting intermittent error when try to query Item object.

URL - https://quickbooks.api.intuit.com/v3/company/123145999406989/query?minorversion=12&requestid=7b04404be2f940d8afc81449e35b3c52

Response - HTTP/1.1 500 Server Error Server: nginx Date: Thu, 31 May 2018 05:42:33 GMT Content-Type: application/json Content-Length: 369 Connection: keep-alive Keep-Alive: timeout=5

{"warnings":null,"intuitObject":null,"fault":{"error":[{"message":"message=InternalServerError; errorCode=003100; statusCode=500","detail":null,"code":"3100","element":null}],"type":"SERVICE"},"report":null,"queryResponse":null,"batchItemResponse":[],"attachableResponse":[],"syncErrorResponse":null,"requestId":null,"time":1527745353516,"status":null,"cdcresponse":[]}

This code was working just fine. However today i am getting intermittent error when I make a request.

Is there any issue going on at quickbook side which might be affecting me? Let me know if you need anything else in order to investigate the issue.

Jagdish

On Fri, Mar 23, 2018 at 1:49 PM, Nikita Bhambhani notifications@github.com wrote:

Hello, You will still need a web component in your Windows application which does OAuth2 flow and handles redirect. Without this component, you can't create an app which uses QuickBooks APIs. For that you can refer to the sample I mentioned before.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/IntuitDeveloper/SampleApp-CRUD-.Net/issues/13#issuecomment-375794363, or mute the thread https://github.com/notifications/unsubscribe-auth/APJMkS05vB8CVPSyq-gb4UymCzhuYah2ks5thV_lgaJpZM4SzAAP .

nbhambhani commented 6 years ago

Hi Jagdish, We had a QBO API outage at the time you made this request. It's stable now, can you try again? Nikita

pateljagdishk commented 6 years ago

Yeap it is working now.

Thanks.

On Thu, May 31, 2018, 11:53 AM Nikita Bhambhani notifications@github.com wrote:

Hi Jagdish, We had a QBO API outage at the time you made this request. It's stable now, can you try again? Nikita

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/IntuitDeveloper/SampleApp-CRUD-.Net/issues/13#issuecomment-393639554, or mute the thread https://github.com/notifications/unsubscribe-auth/APJMkR5S0qTlGMZ22BPajf28jSiQg9hPks5t4DwwgaJpZM4SzAAP .