I subscribed to Google speech to text service in GCP and trying to convert audio files to text using C#.
When I try to send Audio file from local using audio transcription request code provided by Google, Getting error: StatusCode=InvalidArgument, Detail="Request payload size exceeds the limit: 10485760 bytes
Added the audio file to Bucket storage and used Transcribing long audio files code facing an error Getting error: StatusCode=ResourceExhausted, Detail="Quota exceeded for quota metric 'speech.googleapis.com/default_requests' and limit 'DefaultRequestsPerMinutePerProject' of service 'speech.googleapis.com' for consumer 'project_number:764086051850
I have installed Cloud SDK shell, created a service account in IAM, Added it to the project, downloaded JSON key, Set Google application credential but nothing works.