Doron Tal
Doron Tal
I've also had storage upload issues as you can see in this issue that I opened over a month ago: #1853. In my case it was a 403 access denied...
@AzharRaeisi and @haverchuck - this issue still exists for me too. I raised a similar issue recently, did not see this one at the time - feel free to merge...
Hi @HuiSF - > Why do you need to modify the config file? I think [multi-auth in Amplify library](https://docs.amplify.aws/lib/datastore/setup-auth-rules/q/platform/flutter/#multiple-authorization-types-priority-order) doesn't require manual modification. I need to modify the config file...
@HuiSF - thanks very much for your response. I am unable to turn off multi-auth in my app. This is a feature request to enable multi-Auth for GraphQL queries. It...
@HuiSF BTW, there is another named parameter (mentioned in the documentation) that must be added for using `multiAuth` and that is `authModeStrategy`, e.g: ```dart AmplifyDataStore( modelProvider: ModelProvider.instance, authModeStrategy: AuthModeStrategy.multiAuth, ),...
@HuiSF The statement `authmodeStragegy: AuthModeStrategy.multiAuth` "doesn't resolve valid auth between GraphQL API" - does not make sense to me - I thought that DataStore does resolve the valid auth, automatically,...
Hi @HuiSF, the issue is that when you configure the same GraphQL API endpoint with a Cognito user pool authorization type by adding a block in the `amlifyconfiguration.dart` - for...
As this `DataStore` [Amplify documentation](https://docs.amplify.aws/lib/datastore/setup-auth-rules/q/platform/flutter/#configure-multiple-authorization-types) mentions, when a GraphQL model has multiple `@auth` rules, > the rules will be ranked by priority (see below), and DataStore will attempt the synchronization...
Hi @HuiSF - and thank you for your response and for the informative explanation. Nothing in this explanation is new to me, however, and this explanation is exactly my reason...
FYI, just noticed that there is another similar issue to this one - #1651