Skip to content
Discussion options

You must be logged in to vote

The issue occurred due to a change in the move callback method signature.

In version 4.8.3, the implementation was:

- (BOOL)moveItemAtPath:(NSString *)path 
                toPath:(NSString *)otherPath 
                 error:(NSError * _Nullable * _Nonnull)error 

In version 5.0.6, it was updated to:

- (BOOL)moveItemAtPath:(NSString *)path 
                toPath:(NSString *)otherPath 
               options:(GMUserFileSystemMoveOption)options 
                 error:(NSError * _Nullable * _Nonnull)error

If the new move callback is not implemented, renaming operations fail with a "Permission denied" error.

Implementing the updated method resolved the issue.

Thanks for the support!

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@Kathiresan22
Comment options

@marius-cristian
Comment options

@marius-cristian
Comment options

Comment options

You must be logged in to vote
1 reply
@bfleischer
Comment options

Answer selected by Kathiresan22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants