Skip to content

Cloud code progressCallback #1186

Open
Open
@FunnyDevs

Description

@FunnyDevs

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

public static <T> void callFunctionInBackground(
            @NonNull String name,
            @NonNull Map<String, ?> params,
            @NonNull ProgressCallback uploadProgressCallback,
            @NonNull FunctionCallback<T> callback) {
    }

Alternatives / Workarounds

Using REST Api directly with OkHttp or Retrofit

3rd Party References

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:featureNew feature or improvement of existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions