Why can't I access Forge APIs that use credits even though I have been assigned Forge via manage.autodesk.com? - autodesk-forge

I was trying to use the Model Derivative API in Postman but received the error:
"You are not allowed to use this API because your Forge trial is expired."
When I go to manage.autodesk.com I see that I am assigned the Forge product.
When I go to forge.autodesk.com and check my Forge Account Details, it says my free trial has expired and I can purchase additional credits. Do I not get credits from being assigned a Forge product from my company's account?

No, you cannot get credits from your company's account as they are non-transferrable. Only the company's account will have the credits that can only be used by the app credentials of the company account.
https://forge.autodesk.com/pricing#:~:text=Cloud%20Credits%20are%20aligned%20to,applied%20to%20any%20Forge%20API.&text=Forge%20subscriptions%20include%20access%20to,while%20your%20account%20is%20active.&text=Teams%20are%20standing%20by%20ready%20to%20help%20you%20with%20your%20Forge%20purchase.

Related

How to fix "You must enable Billing on the Google Cloud Project" on a Project will Billing enabled? [duplicate]

This question already has answers here:
Enable Billing on the Google Cloud Project
(9 answers)
Closed 1 year ago.
I'm trying to replace the API key for a website I made that takes a given address and renders it in Google maps. When I try and use it I get this
and this
You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started
When I click the link to add billing, nothing changes. When I check on my billing account to see if it's attached to the project housing the key, it is connected. When I check the project itself to see if it has billing, it says it does.
The other person who asked a very similar question had people saying to create a brand new project and a brand new billing account. I tried this and I'm still having the problem. I also tried to create a new billing account as a "Google Maps Platform" as another user suggested
(His screenshot) but that option does not exist for me.
(My Screenshot on the same page)
I'm at a complete loss here. Are there any other solutions people have found for this issue?
This error often means there is a problem with the Google Payments account associated with the billing account. Double-check that your payment information is correct. Some credit/debit cards do not work with Google payments.
You can test that your card works by making a small prepayment on your account. However, success does not mean that the credit/debit card can be used for recurring payments (that is an issue with some countries) but the prepayment will allow you to use the account (in most cases).
Google Payments Account
Another item to double-check is the type of billing account. There are two: Google Cloud Platform and Google Maps Platform. In the Google Billing Accounts page, look for Enabled Google service., It should show Google Maps Platform.
Google Maps Platform Billing
From your screenshot, I see that you are in India. Most credit/debit cards from India refuse Google payments. If this is the case, you will need to use a different credit/debit card or you will need to prepay your account. Other options are to switch to invoiced billing or set up an account with a Google partner.
(Customers in India) Automatic payments declined due to Reserve Bank of India (RBI) regulations
The following links provide options:
Make a manual payment or pay early
Apply for monthly invoiced billing
Find the right Google Cloud partner

Fetch the review information from BIM 360 using Forge APIs

I am trying to get the data present under the 'Reviews' tab under Document Management in BIM 360. Is there an exposed endpoint that can fetch those details?
Unfortunately, there is no API available for the Reviews at this moment, but there is a wish for Review API: ALEX-37150: “API wish: expose Docs Review API”.
In addition, we would be interested in knowing what kind of workflow you are trying to accomplish with API. It might help the product team to prioritize their work. If it cannot be posted publicly, please reach out to forge[DOT]help[AT]autodesk[DOT]com.
Related: https://stackoverflow.com/a/64392350/7745569

it is necessary to add card number details for free Trial for google map api for free account, how to get google map api key for free account

How to create google map api key for free account.
i have created google map api key and without added billing info. because in billing info we need to add card details .
i have created word-press website and i don't want add card details any where. so please give me solution for create google map api without any payment for free account.
i have attached screenshot getting console java-script error.
error message is
You must enable Billing on the Google Cloud Project at https://console.cloud.google.com/project/_/billing/enable Learn more at https://developers.google.com/maps/gmp-get-started
enter image description here
Unfortunately, Google API services requires you to add your card details. There is no way to access Google Cloud services without filling in your card details.
You can try creating a virtual card using services like https://privacy.com/ if you are concerned about your card safety. You can use that virtual card to enable billing on Google Cloud Project.
You can't use Google Map API without adding billing info. It costs real money as soon as you go over your allotted $200 per month. In order to ensure you are charged in case you happen to go over $200, you must input credit card details. You can use something https://www.stripe.com/ if you have a business or services like https://www.adyen.com/issuing, and https://privacy.com/

Bim 360 Location

I notice that Autodesk has a private beta that includes an endpoint to get Locations. My company are approved Autodesk developers and wish to know if and how they can gain access to this endpoint?
https://forge.autodesk.com/en/docs/bim360-private/v1/reference/http/locations-list-nodes-GET/
If they can't gain access to this endpoint they would like to know the approximate date that this endpoint will become public as it looks highly useful.
Please follow the instruction here to contact the corresponding team to get private-beta access:
https://forge.autodesk.com/en/docs/bim360-private/v1/overview/#locations

Can the Licensing Manager API retrieve Drive quota usage?

The Google Licensing Manager API, https://developers.google.com/google-apps/licensing/, can be used to assign Drive licenses to users in an Apps domain. How can you retrieve the amount of storage a given user is actually using and not just what their total quota is?
This can't be done in the Licensing Manager API, it only retrieves information about the actual storage licences. The amount of quota a user has actually used can be found with about call in the Drive API, documented at https://developers.google.com/drive/v2/reference/about/get. Specifically the quotaBytesUsed property.