Closed TheWind97 closed 6 years ago
@TheWind97 It may be that your account tier level is not authorized to access the workflow API. Can you link to the code you ran? and possibly your GBDX username?
When I run a workflow. My code:
data ="s3://gbd-customer-data/9cd4868a-188b-4145-8c0e-b68eedb457aa/057011097020_01"aoptask = gbdx.Task("AOP_Strip_Processor", data=data, enable_acomp=True, enable_pansharpen=True)workflow = gbdx.Workflow([ aoptask ])workflow.savedata(aoptask.outputs.data, location='out_put')workflow.execute()
Error in line:
workflow.execute()
2018-07-19 2:11 GMT+07:00 Christopher Helm notifications@github.com:
@TheWind97 https://github.com/TheWind97 It may be that your account tier level is not authorized to access the workflow API. Can you link to the code you ran? and possibly your GBDX username?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DigitalGlobe/gbdxtools/issues/392#issuecomment-406042316, or mute the thread https://github.com/notifications/unsubscribe-auth/AdoVJ1IIq6lM_JH3G3rJgeqwI7xJFuFKks5uH4hggaJpZM4VT4Ad .
I created other account but not working and get the same error
Vào 02:11 T.5, 19 Th7 2018 Christopher Helm notifications@github.com đã viết:
@TheWind97 https://github.com/TheWind97 It may be that your account tier level is not authorized to access the workflow API. Can you link to the code you ran? and possibly your GBDX username?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DigitalGlobe/gbdxtools/issues/392#issuecomment-406042316, or mute the thread https://github.com/notifications/unsubscribe-auth/AdoVJ1IIq6lM_JH3G3rJgeqwI7xJFuFKks5uH4hggaJpZM4VT4Ad .
@TheWind97 Can you share your account names or ids? My account can run the above code just fine.
My account is my email: thewinddevil@gmail.com
Vào 21:31 T.5, 19 Th7 2018 Christopher Helm notifications@github.com đã viết:
@TheWind97 https://github.com/TheWind97 Can you share your account names or ids? My account can run the above code just fine.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DigitalGlobe/gbdxtools/issues/392#issuecomment-406296990, or mute the thread https://github.com/notifications/unsubscribe-auth/AdoVJ1-Zs9n7wG_xHCtV7Mn5-oCoJUN8ks5uIJg-gaJpZM4VT4Ad .
@TheWind97 Since you are listed as a community (free) tier user you do not have permissions to run workflows. Will need to upgrade your account to run them.
How to upgrade my account? Tks.
Vào 22:29 T.5, 19 Th7 2018 Christopher Helm notifications@github.com đã viết:
@TheWind97 https://github.com/TheWind97 Since you are listed as a community (free) tier user you do not have permissions to run workflows. Will need to upgrade your account to run them.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DigitalGlobe/gbdxtools/issues/392#issuecomment-406317718, or mute the thread https://github.com/notifications/unsubscribe-auth/AdoVJz_2qedCEYWW4UZJ3obflMEwrYxkks5uIKXdgaJpZM4VT4Ad .
Tkank you!
Vào 22:47 T.5, 19 Th7 2018 Christopher Helm notifications@github.com đã viết:
https://notebooks.geobigdata.io/hub/pricing
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DigitalGlobe/gbdxtools/issues/392#issuecomment-406324141, or mute the thread https://github.com/notifications/unsubscribe-auth/AdoVJwcZF3MP9bjSCfyqmLQ4yzhJsBpQks5uIKoogaJpZM4VT4Ad .
When I follow the tutorial. I encountered this error. I need support to fix it Error: 403 Client Error: Forbidden for url: https://geobigdata.io/workflows/v1/workflows {"status": "403 Forbidden", "message": "Access Forbidden."}