We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using cloud functions to send a file as base64 or byte array can't permit to track uploading progress.
I think could be useful adding the "ProgressCallback" even to the "ParseCloud.callFunctionInBackground" method.
public static <T> void callFunctionInBackground( @NonNull String name, @NonNull Map<String, ?> params, @NonNull ProgressCallback uploadProgressCallback, @NonNull FunctionCallback<T> callback) { }
Using REST Api directly with OkHttp or Retrofit
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
New Feature / Enhancement Checklist
Current Limitation
Using cloud functions to send a file as base64 or byte array can't permit to track uploading progress.
Feature / Enhancement Description
I think could be useful adding the "ProgressCallback" even to the "ParseCloud.callFunctionInBackground" method.
Example Use Case
Alternatives / Workarounds
Using REST Api directly with OkHttp or Retrofit
3rd Party References
The text was updated successfully, but these errors were encountered: